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

Configuration for the simplified disclaimer banner. More...

#include <MobileRTCReminderHelper.h>

Inherits NSObject.

Properties

CGPoint center
 The center of the simplified disclaimer banner.
 
UIColor *_Nullable backgroundColor
 The background of the simplified disclaimer banner.
 

Detailed Description

Configuration for the simplified disclaimer banner.

Definition at line 110 of file MobileRTCReminderHelper.h.

Property Documentation

◆ backgroundColor

- (UIColor* _Nullable) backgroundColor
readwritenonatomicstrong

The background of the simplified disclaimer banner.

Definition at line 120 of file MobileRTCReminderHelper.h.

◆ center

- (CGPoint) center
readwritenonatomicassign

The center of the simplified disclaimer banner.

Definition at line 115 of file MobileRTCReminderHelper.h.