Interface SharedControlActionCompletionHandler
-
public interface SharedControlActionCompletionHandlerThe completion handler that receives the result of a Shared Control request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(SharedControlException error)Reports that the operation was failed.voidonSuccess()Reports that the operation was successfully completed.
-
-
-
Method Detail
-
onSuccess
void onSuccess()
Reports that the operation was successfully completed.
-
onError
void onError(SharedControlException error)
Reports that the operation was failed.- Parameters:
error- Information about failure details.
-
-