Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.InMeetingNotificationHandle Interface 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"

Detailed Description

Interface for handling in-meeting notifications.

Definition at line 9 of file InMeetingNotificationHandle.java.

Member Function Documentation

◆ handleReturnToConfNotify()

boolean us.zoom.sdk.InMeetingNotificationHandle.handleReturnToConfNotify ( Context context,
Intent intent )

Handles the return to conference notification.

Parameters
contextThe Android context.
intentThe intent.
Returns
true if the function succeeds. Otherwise, false.

Field Documentation

◆ ACTION_RETURN_TO_CONF

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.