TCGBImageNoticeInfo Class Reference

Inherits from NSObject
Conforms to TCGBValueObject
Declared in TCGBImageNoticeInfo.h

  imageNoticeId

Unique identifier for each notice. This parameter is used for the purpose of distinguishing each notice and preventing duplicate display.

@property (nonatomic, assign) long imageNoticeId

Declared In

TCGBImageNoticeInfo.h

  path

Create webView url by adding domain and this value.

@property (nonatomic, strong, nonnull) NSString *path

Declared In

TCGBImageNoticeInfo.h

  clickScheme

This value has a url that should be moved when the popup is clicked, or a custom scheme that should fire and event.

@property (nonatomic, strong, nullable) NSString *clickScheme

Declared In

TCGBImageNoticeInfo.h

  clickType

This value represents the action when the popup is clicked. It has one of the two values below. “openUrl”, “custom”

@property (nonatomic, strong, nonnull) NSString *clickType

Declared In

TCGBImageNoticeInfo.h

  theme

This value is only used on ‘WINDOWS’ platform. this value is used to determine the popup theme. It has one of the two values below. “DARK”, “LIGHT”.

@property (nonatomic, strong, nonnull) NSString *theme

Declared In

TCGBImageNoticeInfo.h

  width

This value represents the width of the image.

@property (nonatomic, assign) int width

Declared In

TCGBImageNoticeInfo.h

  height

This value represents the height of the image.

@property (nonatomic, assign) int height

Declared In

TCGBImageNoticeInfo.h

  footerHeight

This value represents the footer height of the imageNotice.

@property (nonatomic, assign) int footerHeight

Declared In

TCGBImageNoticeInfo.h