Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingNotificationHandle.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
import
android.content.Context;
4
import
android.content.Intent;
5
9
public
interface
InMeetingNotificationHandle
{
10
12
String
ACTION_RETURN_TO_CONF
=
"action.RETURN_TO_CONF"
;
13
21
boolean
handleReturnToConfNotify
(Context context, Intent intent);
22
}
us.zoom.sdk.InMeetingNotificationHandle
Interface for handling in-meeting notifications.
Definition
InMeetingNotificationHandle.java:9
us.zoom.sdk.InMeetingNotificationHandle.handleReturnToConfNotify
boolean handleReturnToConfNotify(Context context, Intent intent)
Handles the return to conference notification.
us.zoom.sdk.InMeetingNotificationHandle.ACTION_RETURN_TO_CONF
String ACTION_RETURN_TO_CONF
Definition
InMeetingNotificationHandle.java:12
msdk
sdk
InMeetingNotificationHandle.java
Generated by
1.16.1