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