Interface ReceivingSharingControlCompletionHandler
-
public interface ReceivingSharingControlCompletionHandlerCompletion handler used to report that receiving sharing control operation finished.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(CollaborationException error)Reports that the operation has failed.voidonSuccess()Reports that the operation was successfully completed.
-
-
-
Method Detail
-
onSuccess
void onSuccess()
Reports that the operation was successfully completed.
-
onError
void onError(CollaborationException error)
Reports that the operation has failed.- Parameters:
error- information about failure details.
-
-