SDLKeyboardEvent Class Reference

Section Contents

Overview

Enumeration listing possible keyboard events. * * @since SmartDeviceLink 3.0 *

+valueOf:

Undocumented

Objective-C

@interface SDLKeyboardEvent : SDLEnum

+values

Undocumented

Objective-C

@interface SDLKeyboardEvent : SDLEnum

+KEYPRESS

The use has pressed the keyboard key (applies to both SINGLE_KEYPRESS and RESEND_CURRENT_ENTRY modes). *

Objective-C

+ (SDLKeyboardEvent *)KEYPRESS;

Swift

class func keypress() -> SDLKeyboardEvent!

+ENTRY_SUBMITTED

The User has finished entering text from the keyboard and submitted the entry. *

Objective-C

+ (SDLKeyboardEvent *)ENTRY_SUBMITTED;

Swift

class func entry_SUBMITTED() -> SDLKeyboardEvent!

+ENTRY_CANCELLED

The User has pressed the HMI-defined Cancel button. *

Objective-C

+ (SDLKeyboardEvent *)ENTRY_CANCELLED;

Swift

class func entry_CANCELLED() -> SDLKeyboardEvent!

+ENTRY_ABORTED

The User has not finished entering text and the keyboard is aborted with the event of higher priority. *

Objective-C

+ (SDLKeyboardEvent *)ENTRY_ABORTED;

Swift

class func entry_ABORTED() -> SDLKeyboardEvent!

+ENTRY_VOICE

@since SDL 4.0

Objective-C

+ (SDLKeyboardEvent *)ENTRY_VOICE;

Swift

class func entry_VOICE() -> SDLKeyboardEvent!