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