Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCReminderDelegate> Protocol Reference

A protocol for reminder callback events. More...

#include <MobileRTCReminderHelper.h>

Inherits <NSObject>.

Instance Methods

(void) - onReminderNotify:handle:
 Callback event when the reminder dialog is shown.
 

Detailed Description

A protocol for reminder callback events.

Definition at line 16 of file MobileRTCReminderHelper.h.

Method Documentation

◆ onReminderNotify:handle:

- (void) onReminderNotify: (MobileRTCReminderContent *_Nullable) content
handle: (MobileRTCReminderHandler *_Nullable) handler 
optional

Callback event when the reminder dialog is shown.

Parameters
contentThe detail content in the reminder dialog.
handlerThe helper to handle the reminder dialog.