// SDLScrollableMessage.h // #import "SDLRPCRequest.h" @class SDLSoftButton; /** * Creates a full screen overlay containing a large block of formatted text that * can be scrolled with up to 8 SoftButtons defined *
* Function Group: ScrollableMessage *
* HMILevel needs to be FULL *
*/
NS_ASSUME_NONNULL_BEGIN
@interface SDLScrollableMessage : SDLRPCRequest
- (instancetype)initWithMessage:(NSString *)message;
- (instancetype)initWithMessage:(NSString *)message timeout:(UInt16)timeout softButtons:(nullable NSArray
* Notes: Maxlength=500
*/
@property (strong, nonatomic) NSString *scrollableMessageBody;
/**
* @abstract Gets/Sets an App defined timeout. Indicates how long of a timeout in milliseconds from the
* last action
* @discussion An Integer value representing an App defined timeout in milliseconds
*
* Notes:Minval=0; Maxval=65535;Default=30000
*/
@property (nullable, strong, nonatomic) NSNumber
* Notes: Minsize=0, Maxsize=8
*/
@property (nullable, strong, nonatomic) NSArray