Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
INotificationServiceHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Parameters for registering Web Push.
Enumeration of common errors of SDK.
Enumeration of meeting transfer modes.
MobileRTCSDKError setEvent(INotificationServiceEvent pEvent)
Set the controller event of notification service.
MobileRTCSDKError transferMeeting(int index)
Try to transfer meeting to current device.
MobileRTCSDKError onReceiveOfflineNotification(String content)
IPresenceHelper getPresenceHelper()
Get the Presence helper.
MobileRTCSDKError registerOfflineNotification(ZoomSDKOfflineNotifyParam param)
Register the device for receiving offline notifications. This method registers the current device wit...
MobileRTCSDKError unRegisterOfflineNotification(ZoomSDKOfflineNotifyParam param)
Unregister the device from receiving offline notifications. This method removes the current device's ...
boolean isPresenceFeatureEnabled()
brief Determine whether the presence feature is enabled.
MobileRTCSDKError transferMeeting(TransferMeetingMode mode, String meetingId)
Try to transfer meeting to current device or join meeting with companion mode.
boolean isTransferMeetingEnabled()
Determine whether the transfer meeting feature is enabled.
boolean queryOfflineNotificationPubKey()
Query the public key for offline notifications. This method is used to retrieve the public key requir...
Presence Helper interface.