SDLSystemAction Class Reference

Section Contents

Overview

Enumeration that describes system actions that can be triggered.

+valueOf:

Convert String to SDLSystemAction - parameter: value String - returns: SDLSystemAction

Objective-C

+ (SDLSystemAction *)valueOf:(NSString *)value;

Swift

class func value(of value: String!) -> SDLSystemAction!

Parameters

value

String

Return Value

SDLSystemAction

+values

@abstract Store the enumeration of all possible SDLSystemAction - returns: an array that store all possible SDLSystemAction

Objective-C

+ (NSArray *)values;

Swift

class func values() -> [Any]!

Return Value

an array that store all possible SDLSystemAction

+DEFAULT_ACTION

@abstract Default_Action

Objective-C

+ (SDLSystemAction *)DEFAULT_ACTION;

Swift

class func default_() -> SDLSystemAction!

+STEAL_FOCUS

@abstract Steal_Focus

Objective-C

+ (SDLSystemAction *)STEAL_FOCUS;

Swift

class func steal_FOCUS() -> SDLSystemAction!

+KEEP_CONTEXT

@abstract Keep_Context

Objective-C

+ (SDLSystemAction *)KEEP_CONTEXT;

Swift

class func keep_CONTEXT() -> SDLSystemAction!