Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
SystemCapability

Class SystemCapability

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Overview

Struct that indicates the SystemCapabilityType and houses different structs to describe particular capabilities

Fields

KEY_SYSTEM_CAPABILITY_TYPE

public static final java.lang.String KEY_SYSTEM_CAPABILITY_TYPE
Constant Value
"systemCapabilityType"

KEY_NAVIGATION_CAPABILITY

public static final java.lang.String KEY_NAVIGATION_CAPABILITY
Constant Value
"navigationCapability"

KEY_PHONE_CAPABILITY

public static final java.lang.String KEY_PHONE_CAPABILITY
Constant Value
"phoneCapability"

KEY_VIDEO_STREAMING_CAPABILITY

public static final java.lang.String KEY_VIDEO_STREAMING_CAPABILITY
Constant Value
"videoStreamingCapability"

KEY_REMOTE_CONTROL_CAPABILITY

public static final java.lang.String KEY_REMOTE_CONTROL_CAPABILITY
Constant Value
"remoteControlCapability"

KEY_APP_SERVICES_CAPABILITIES

public static final java.lang.String KEY_APP_SERVICES_CAPABILITIES
Constant Value
"appServicesCapabilities"

KEY_SEAT_LOCATION_CAPABILITY

public static final java.lang.String KEY_SEAT_LOCATION_CAPABILITY
Constant Value
"seatLocationCapability"

KEY_DISPLAY_CAPABILITIES

public static final java.lang.String KEY_DISPLAY_CAPABILITIES
Constant Value
"displayCapabilities"

KEY_DRIVER_DISTRACTION_CAPABILITY

public static final java.lang.String KEY_DRIVER_DISTRACTION_CAPABILITY
Constant Value
"driverDistractionCapability"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

SystemCapability()

public SystemCapability()

SystemCapability( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

public SystemCapability(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash

SystemCapability( SystemCapabilityType systemCapabilityType )

Create a systemCapability object

public SystemCapability(SystemCapabilityType systemCapabilityType)

Constructor Parameters

systemCapabilityType
The type

Methods

getSystemCapabilityType()

public com.smartdevicelink.proxy.rpc.enums.SystemCapabilityType getSystemCapabilityType()

setSystemCapabilityType( SystemCapabilityType value )

public com.smartdevicelink.proxy.rpc.SystemCapability setSystemCapabilityType(SystemCapabilityType value)

Method Parameters

value
Set the SystemCapabilityType that indicates which type of data should be changed and identifies which data object exists in this struct.

getCapabilityForType( SystemCapabilityType type )

public java.lang.Object getCapabilityForType(SystemCapabilityType type)

Method Parameters

type

setCapabilityForType( SystemCapabilityType type, Object capability )

public com.smartdevicelink.proxy.rpc.SystemCapability setCapabilityForType(SystemCapabilityType type,Object capability)

Method Parameters

type
capability

Inherited Methods

From Class Methods
com.smartdevicelink.proxy.RPCStruct getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section