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