RBManagedTooltipSchema Class Reference
Inherits from | NSObject |
---|---|
Declared in | RBManagedTooltipSchema.h |
message
The message text to display.
@property (nonatomic, nullable) NSString *message
Discussion
The message text to display.
Declared In
RBManagedTooltipSchema.h
image
The image to display above the text.
@property (nonatomic, nullable) UIImage *image
Discussion
The image to display above the text.
Declared In
RBManagedTooltipSchema.h
themeIdentifier
The identifier of the theme to apply to the tooltip prior to presenting it.
@property (nonatomic, nullable) NSString *themeIdentifier
Discussion
The identifier of the theme to apply to the tooltip prior to presenting it.
Declared In
RBManagedTooltipSchema.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
RBManagedTooltipSchema.h