RBToastAlertSchema Class Reference

Inherits from NSObject
Declared in RBToastAlertSchema.h

Overview

Describes a toast alert.

  message

The message text to display.

@property (nonatomic, nullable) NSString *message

Discussion

The message text to display.

Declared In

RBToastAlertSchema.h

  attributedMessage

The attributed message text to display. This overrides message.

@property (nonatomic, nullable) NSAttributedString *attributedMessage

Discussion

The attributed message text to display. This overrides message.

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