RBToastAlertSchema Class Reference
Inherits from | NSObject |
---|---|
Declared in | RBToastAlertSchema.h |
message
The message text to display.
@property (nonatomic, nullable) NSString *message
Discussion
The message text to display.
Declared In
RBToastAlertSchema.h
image
The image to be displayed above the text.
@property (nonatomic, nullable) UIImage *image
Discussion
The image to be displayed above the text.
Declared In
RBToastAlertSchema.h
themeIdentifier
The identifier of the theme to apply to the alert prior to presenting it.
@property (nonatomic, nullable) NSString *themeIdentifier
Discussion
The identifier of the theme to apply to the alert prior to presenting it.
Declared In
RBToastAlertSchema.h
themeOverrides
Theme values to apply after any other prior theming has been applied.
@property (nonatomic, nullable) NSDictionary<NSString*id> *themeOverrides
Discussion
Theme values to apply after any other prior theming has been applied.
Declared In
RBToastAlertSchema.h