ExtraType

annotationclassExtraType
com.google.android.gms.dtdi.core.ExtraType

Type of data being passed via this Extra.

Summary

Constants

constInt

Indicates that the extra value is a boolean.

constInt

Indicates that the extra value is a byte array.

constInt

Indicates that the extra value is an integer.

constInt

Indicates that the extra value is a string.

Public constructors

Type of data being passed via this Extra.

Constants

TYPE_BOOLEAN

constvalTYPE_BOOLEAN:Int

Indicates that the extra value is a boolean.

Value:2

TYPE_BYTE_ARRAY

constvalTYPE_BYTE_ARRAY:Int

Indicates that the extra value is a byte array.

Value:4

TYPE_INT

constvalTYPE_INT:Int

Indicates that the extra value is an integer.

Value:3

TYPE_STRING

constvalTYPE_STRING:Int

Indicates that the extra value is a string.

Value:1

Public constructors

<init>

ExtraType()

Type of data being passed via this Extra.