TCGBImageNoticeConfiguration Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | TCGBValueObject |
| Declared in | TCGBImageNoticeConfiguration.h TCGBImageNoticeConfiguration.m |
background
backgroundColor
Image Notices background color
@property (nonatomic, strong) UIColor *backgroundColorDiscussion
Warning: Default value is (R=0, G=0, B=0, a=0.5)
Declared In
TCGBImageNoticeConfiguration.h
timeout
timeoutMS
Server Timeout.
@property (nonatomic, assign) long timeoutMSDiscussion
The unit is millseconds.
Warning: Default value is 5000(ms).
Declared In
TCGBImageNoticeConfiguration.h
auto close
enableAutoCloseByCustomScheme
Boolean value.
@property (nonatomic, assign) BOOL enableAutoCloseByCustomSchemeDiscussion
When set to YES, close image notices when the custom event comes.
Warning: Default value is YES.
Declared In
TCGBImageNoticeConfiguration.h
categoryNames
Set the category names for the image notice.
@property (nonatomic, strong, nullable) NSArray<NSString*> *categoryNamesDiscussion
Warning: Default value is nil.
Declared In
TCGBImageNoticeConfiguration.h