java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_APP_SERVICES
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Capabilities of app services including what service types are supported and the current state of services.
public AppServicesCapabilities()
Capabilities of app services including what service types are supported and the current state of services.
public AppServicesCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
An array of currently available services. If this is an update to the capability the affected services will include an update reason in that item
public com.smartdevicelink.proxy.rpc.AppServicesCapabilities setAppServices(java.util.List<com.smartdevicelink.proxy.rpc.AppServiceCapability> appServices)
An array of currently available services. If this is an update to the capability the affected services will include an update reason in that item
public java.util.List getAppServices()
This method will update the current List
public boolean updateAppServices(java.util.List<com.smartdevicelink.proxy.rpc.AppServiceCapability> updatedAppServiceCapabilities)
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 |