Interface DocumentCoBrowsingModule.DocumentCoBrowsingCallback
- Enclosing interface:
- DocumentCoBrowsingModule
public static interface DocumentCoBrowsingModule.DocumentCoBrowsingCallback
Callback interface for document co-browsing operations
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSuccess(boolean result) Called when the operation completes successfully
-
Method Details
-
onSuccess
void onSuccess(boolean result) Called when the operation completes successfully- Parameters:
result- The result of the operation.
-