Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCReminderHelper Class Reference

A helper for managing meeting reminders and notifications. More...

#include <MobileRTCReminderHelper.h>

Inherits NSObject.

Instance Methods

(void) - setDisclaimerBannerUIConfig:
 Provides the simplified disclaimer banner UI configuration for CustomUI.
 

Properties

id< MobileRTCReminderDelegate > _Nullable reminderDelegate
 The callback to receive reminder events.
 

Detailed Description

A helper for managing meeting reminders and notifications.

Definition at line 128 of file MobileRTCReminderHelper.h.

Method Documentation

◆ setDisclaimerBannerUIConfig:

- (void) setDisclaimerBannerUIConfig: (MobileRTCDisclaimerBannerConfig *_Nonnull) config

Provides the simplified disclaimer banner UI configuration for CustomUI.

Parameters
configThe disclaimer banner UI configuration.

Property Documentation

◆ reminderDelegate

- (id<MobileRTCReminderDelegate> _Nullable) reminderDelegate
readwritenonatomicweak

The callback to receive reminder events.

Definition at line 133 of file MobileRTCReminderHelper.h.