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
6
public
interface
InMeetingNotificationHandle
{
7
8
String
ACTION_RETURN_TO_CONF
=
"action.RETURN_TO_CONF"
;
9
10
boolean
handleReturnToConfNotify
(Context context, Intent intent);
11
}
us.zoom.sdk.InMeetingNotificationHandle
Definition
InMeetingNotificationHandle.java:6
us.zoom.sdk.InMeetingNotificationHandle.handleReturnToConfNotify
boolean handleReturnToConfNotify(Context context, Intent intent)
us.zoom.sdk.InMeetingNotificationHandle.ACTION_RETURN_TO_CONF
String ACTION_RETURN_TO_CONF
Definition
InMeetingNotificationHandle.java:8
sdk
InMeetingNotificationHandle.java
Generated by
1.12.0