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

Config for the simplify dislciamer banner. More...

#include <MobileRTCReminderHelper.h>

Inherits NSObject.

Properties

CGPoint center
 Center of the simplify disclaimer banner.
 
UIColor *_Nullable backgroundColor
 Background of the simplify disclaimer banner.
 

Detailed Description

Config for the simplify dislciamer banner.

Definition at line 108 of file MobileRTCReminderHelper.h.

Property Documentation

◆ backgroundColor

- (UIColor* _Nullable) backgroundColor
readwritenonatomicstrong

Background of the simplify disclaimer banner.

Definition at line 116 of file MobileRTCReminderHelper.h.

◆ center

- (CGPoint) center
readwritenonatomicassign

Center of the simplify disclaimer banner.

Definition at line 112 of file MobileRTCReminderHelper.h.