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
ImageField

Class ImageField

Hierarchy

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

Package
com.smartdevicelink.proxy.rpc

Overview

The name that identifies the field.For example AppIcon,SoftButton, LocationImage, etc.

Parameter List

Name Type Description Reg. Notes Version
name ImageFieldName The name that identifies the field.ImageFieldName SmartDeviceLink 3.0
imageTypeSupported FileType The image types that are supported in this field. FileType maxlength: 100 SmartDeviceLink 3.0
imageResolution ImageResolution The image resolution of this field. Y SmartDeviceLink 3.0

Fields

KEY_IMAGE_TYPE_SUPPORTED

public static final java.lang.String KEY_IMAGE_TYPE_SUPPORTED
Constant Value
"imageTypeSupported"

KEY_IMAGE_RESOLUTION

public static final java.lang.String KEY_IMAGE_RESOLUTION
Constant Value
"imageResolution"

KEY_NAME

public static final java.lang.String KEY_NAME
Constant Value
"name"

Inherited Fields

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

Constructors

ImageField()

public ImageField()

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

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

Constructor Parameters

hash

ImageField( ImageFieldName name, java.util.List<com.smartdevicelink.proxy.rpc.enums.FileType> imageTypeSupported )

public ImageField(ImageFieldName name,java.util.List<com.smartdevicelink.proxy.rpc.enums.FileType> imageTypeSupported)

Constructor Parameters

name
imageTypeSupported

Methods

getName()

public com.smartdevicelink.proxy.rpc.enums.ImageFieldName getName()

setName( ImageFieldName name )

public com.smartdevicelink.proxy.rpc.ImageField setName(ImageFieldName name)

Method Parameters

name

getImageTypeSupported()

public java.util.List getImageTypeSupported()

setImageTypeSupported( java.util.List<com.smartdevicelink.proxy.rpc.enums.FileType> imageTypeSupported )

public com.smartdevicelink.proxy.rpc.ImageField setImageTypeSupported(java.util.List<com.smartdevicelink.proxy.rpc.enums.FileType> imageTypeSupported)

Method Parameters

imageTypeSupported

getImageResolution()

public com.smartdevicelink.proxy.rpc.ImageResolution getImageResolution()

setImageResolution( ImageResolution imageResolution )

public com.smartdevicelink.proxy.rpc.ImageField setImageResolution(ImageResolution imageResolution)

Method Parameters

imageResolution

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