TCGBImageNoticeConfiguration Class Reference

Inherits from NSObject
Declared in TCGBImageNoticeConfiguration.h

background

  backgroundColor

Image Notices background color

@property (nonatomic, strong, nonnull) 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