|
Meeting SDK for Android API Reference
|
Interface for handling in-meeting notifications. More...
Public Member Functions | |
| boolean | handleReturnToConfNotify (Context context, Intent intent) |
| Handles the return to conference notification. | |
Data Fields | |
| String | ACTION_RETURN_TO_CONF ="action.RETURN_TO_CONF" |
Interface for handling in-meeting notifications.
Definition at line 9 of file InMeetingNotificationHandle.java.
| boolean us.zoom.sdk.InMeetingNotificationHandle.handleReturnToConfNotify | ( | Context | context, |
| Intent | intent ) |
Handles the return to conference notification.
| context | The Android context. |
| intent | The intent. |
| String us.zoom.sdk.InMeetingNotificationHandle.ACTION_RETURN_TO_CONF ="action.RETURN_TO_CONF" |
Action to return to conference.
Definition at line 12 of file InMeetingNotificationHandle.java.