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 *backgroundColor

Discussion

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 timeoutMS

Discussion

The unit is millseconds.

Warning: Default value is 5000(ms).

Declared In

TCGBImageNoticeConfiguration.h

auto close

  enableAutoCloseByCustomScheme

Boolean value.

@property (nonatomic, assign) BOOL enableAutoCloseByCustomScheme

Discussion

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*> *categoryNames

Discussion

Warning: Default value is nil.

Declared In

TCGBImageNoticeConfiguration.h