All Products
Search
Document Center

SuperApp:EMASMiniAppAuthPopStyle

Last Updated:Jan 17, 2025

Miniapp UI Style Class for Authorization pop-up window. This API is applicable only to windvane miniapps.

EMASMiniAppAuthPopStyle

@interface EMASMiniAppAuthPopStyle : NSObject

backgroundColor

@property (nonatomic, copy) NSString *backgroundColor;

The background color of pop-up window. Valid values: strings in the #RRGGBB

nameFontColor

@property (nonatomic, copy) NSString *nameFontColor;

The text color of the miniapp name. Valid values: strings in the #RRGGBB

nameFontSize

@property (nonatomic, assign) CGFloat nameFontSize;

The font size of the miniapp name.

iconTintColor

@property (nonatomic, copy) NSString *iconTintColor;

The icon color of Displaying more miniapp information.

authFontColor

@property (nonatomic, copy) NSString *authFontColor;

The text color of the authorization description. Valid values: strings in the #RRGGBB

authFontSize

@property (nonatomic, assign) CGFloat authFontSize;

The font size of the authorization description.

btnFontColor

@property (nonatomic, copy) NSString *btnFontColor;

The text color of the authorization button. Valid values: strings in the #RRGGBB

btnFontSize

@property (nonatomic, assign) CGFloat btnFontSize;

The font size of the authorization button.

sureBtnBgColor

@property (nonatomic, copy) NSString *sureBtnBgColor;

The background color of the confirm authorization button.

cancelBtnBgColor

@property (nonatomic, copy) NSString *cancelBtnBgColor;

The background color of the cancel authorization button.

isCornerRadius

@property (nonatomic, assign) BOOL isCornerRadius;

Whether to allow rounded corners for the authorization button.

btnCornerRadius

@property (nonatomic, assign) CGFloat btnCornerRadius;

The corner radius size of the authorize button.

sureBorderColor

@property (nonatomic, copy) NSString *sureBorderColor;

The border color of the confirm authorization button.

cancelBorderColor

@property (nonatomic, copy) NSString *cancelBorderColor;

The border color of the cancel authorization button.

borderWidth

@property (nonatomic, assign) CGFloat borderWidth;

The border width of the the authorization button.

moreBackIconColor

@property (nonatomic, copy) NSString *moreBackIconColor;

The tint color of the back button in the display of more miniapp information.

moreTitleFontColor

@property (nonatomic, copy) NSString *moreTitleFontColor;

The text color of the description information in the display of more miniapp information.

moreTitleFontSize

@property (nonatomic, assign) CGFloat moreTitleFontSize;

The font size of the description information in the display of more miniapp information.

moreDecFontColor

@property (nonatomic, copy) NSString *moreDecFontColor;

The text color of the detail information in the display of more miniapp information.

moreDecFontSize

@property (nonatomic, assign) CGFloat moreDecFontSize;

The font size of the description information in the display of more miniapp information.

moreLineColor

@property (nonatomic, copy) NSString *moreLineColor;

The color of the dividing line in the display of more miniapp information.