public enum AppInterfaceUnregisteredReason extends Enum<AppInterfaceUnregisteredReason>
| Enum Constant and Description |
|---|
APP_UNAUTHORIZED
The app is not being authorized to be connected to SDL.
|
BLUETOOTH_OFF
Bluetooth was turned off, causing termination of a necessary Bluetooth
connection.
|
DRIVER_DISTRACTION_VIOLATION
The application has issued requests which cause driver distraction rules
to be violated.
|
FACTORY_DEFAULTS
The user restored settings to FACTORY DEFAULTS on the SDL platform.
|
IGNITION_OFF
Vehicle ignition turned off.
|
LANGUAGE_CHANGE
The user has changed the language in effect on the SDL platform to a
language that is incompatible with the language declared by the
application in its RegisterAppInterface request.
|
MASTER_RESET
The user performed a MASTER RESET on the SDL platform, causing removal
of a necessary Bluetooth pairing.
|
PROTOCOL_VIOLATION
The app has committed a protocol violation.
|
REQUEST_WHILE_IN_NONE_HMI_LEVEL
Application attempted SmartDeviceLink RPC request while HMILevel
=NONE.
|
RESOURCE_CONSTRAINT
The application is unregistered due to hardware resource constraints.
|
TOO_MANY_REQUESTS
Either too many -- or too many per unit of time -- requests were made by
the application.
|
UNSUPPORTED_HMI_RESOURCE
The HMI does not support resource.
|
USB_DISCONNECTED
USB was disconnected, causing termination of a necessary iAP connection.
|
USER_EXIT |
| Modifier and Type | Method and Description |
|---|---|
static AppInterfaceUnregisteredReason |
valueForString(String value)
Convert String to AppInterfaceUnregisteredReason
|
static AppInterfaceUnregisteredReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppInterfaceUnregisteredReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppInterfaceUnregisteredReason USER_EXIT
public static final AppInterfaceUnregisteredReason IGNITION_OFF
public static final AppInterfaceUnregisteredReason BLUETOOTH_OFF
public static final AppInterfaceUnregisteredReason USB_DISCONNECTED
public static final AppInterfaceUnregisteredReason REQUEST_WHILE_IN_NONE_HMI_LEVEL
public static final AppInterfaceUnregisteredReason TOO_MANY_REQUESTS
public static final AppInterfaceUnregisteredReason DRIVER_DISTRACTION_VIOLATION
public static final AppInterfaceUnregisteredReason LANGUAGE_CHANGE
public static final AppInterfaceUnregisteredReason MASTER_RESET
public static final AppInterfaceUnregisteredReason FACTORY_DEFAULTS
public static final AppInterfaceUnregisteredReason APP_UNAUTHORIZED
public static final AppInterfaceUnregisteredReason PROTOCOL_VIOLATION
public static final AppInterfaceUnregisteredReason UNSUPPORTED_HMI_RESOURCE
public static final AppInterfaceUnregisteredReason RESOURCE_CONSTRAINT
public static AppInterfaceUnregisteredReason[] values()
for (AppInterfaceUnregisteredReason c : AppInterfaceUnregisteredReason.values()) System.out.println(c);
public static AppInterfaceUnregisteredReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AppInterfaceUnregisteredReason valueForString(String value)
value - String