ExtraType

 annotation 
 class 
 ExtraType 

Type of data being passed via this Extra.

Summary

Constants

const Int

Indicates that the extra value is a boolean.

const Int

Indicates that the extra value is a byte array.

const Int

Indicates that the extra value is an integer.

const Int

Indicates that the extra value is a string.

Public constructors

<init> ()

Type of data being passed via this Extra.

Constants

TYPE_BOOLEAN

 const 
 val 
 TYPE_BOOLEAN 
 : 
  Int 
 

Indicates that the extra value is a boolean.

Value: 2 

TYPE_BYTE_ARRAY

 const 
 val 
 TYPE_BYTE_ARRAY 
 : 
  Int 
 

Indicates that the extra value is a byte array.

Value: 4 

TYPE_INT

 const 
 val 
 TYPE_INT 
 : 
  Int 
 

Indicates that the extra value is an integer.

Value: 3 

TYPE_STRING

 const 
 val 
 TYPE_STRING 
 : 
  Int 
 

Indicates that the extra value is a string.

Value: 1 

Public constructors

<init>

 ExtraType 
 ( 
 ) 

Type of data being passed via this Extra.