Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
INotificationServiceEvent.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
5public interface INotificationServiceEvent {
6
7
15 void onMeetingDeviceListChanged(List<InMeetingDeviceInfo> deviceInfoList);
16
23 @Deprecated
24 void onTransferMeetingStatus(boolean success);
25
32
41 void onReceiveOfflineNotificationPubKey(String pubKey, String spsn);
42
51
60}
void onReceiveOfflineNotificationPubKey(String pubKey, String spsn)
Callback when web push public key is queried successfully. This method is called when the web push pu...
void onUnRegisterOfflineNotification(boolean ret)
Callback when offline notification unregistration completes. This method is called after attempting t...
void onTransferMeetingResult(ITransferMeetingHandler handler)
Transfer meeting status changed or join companion mode meeting callback.
void onTransferMeetingStatus(boolean success)
Transfer meeting status changed callback.
void onRegisterOfflineNotification(boolean ret)
Callback when offline notification registration completes. This method is called after attempting to ...
void onMeetingDeviceListChanged(List< InMeetingDeviceInfo > deviceInfoList)
Callback event that the device for users to attend the meeting has changed.
Process after the user joins meeting in companion mode or transfer meeting.