Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IReminderHelper.java
Go to the documentation of this file.
1
2package us.zoom.sdk;
3
4import java.util.List;
5
9public interface IReminderHelper {
10
14 interface IReminderContent {
15
21
26 List<ReminderType> getMultiReminderTypes();
27
32 String getTitle();
33
38 String getContent();
39
44 boolean isBlocking();
45
52 }
53
93
165
166
178
184}
Enumeration of reminder itypes.
Enumeration of common errors of SDK.
ReminderType getType()
Get the reminder’s type.
String getTitle()
Get the reminder dialog content’s title.
List< ReminderType > getMultiReminderTypes()
Get a list of reminder’s type.
ActionType getActionType()
Get the type of the action which user should take after receiving this reminder content.
String getContent()
Get the detail content of the reminder dialog content.
boolean isBlocking()
Whether to block the user from joining or staying in the meeting.
void onReminderNotify(IReminderContent content, IReminderHandler handle)
Callback event when the reminder dialog displays.
The interface to handle the reminder dialog.
boolean isNeedExplicitConsent4AICustomDisclaimer()
Is need explicit consent for AI custom disclaimer.Only valid for ReminderType.TYPE_CUSTOM_AI_COMPANIO...
MobileRTCSDKError accept()
accept the reminder.
MobileRTCSDKError ignore()
ignore the reminder.
MobileRTCSDKError decline()
decline the reminder.
MobileRTCSDKError setHideFeatureDisclaimers()
Set not show the disclaimer in subsequent meetings.
The helper to handle reminder dialog.
void setEvent(IReminderEvent pEvent)
reminder callback event handler.