public class PebbleTuple
extends java.lang.Object
PebbleDictionary.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PebbleTuple.ValueOverflowException  | 
| Modifier and Type | Field and Description | 
|---|---|
int | 
key
The integer key identifying the tuple. 
 | 
int | 
length
The length of the tuple's value in bytes. 
 | 
com.getpebble.android.kit.util.PebbleTuple.TupleType | 
type
The type of value contained in the tuple. 
 | 
java.lang.Object | 
value
The value being associated with the tuple's key. 
 | 
com.getpebble.android.kit.util.PebbleTuple.Width | 
width
The 'width' of the tuple's value; This value will always be 'NONE' for non-integer types. 
 | 
public final int key
public final com.getpebble.android.kit.util.PebbleTuple.TupleType type
public final com.getpebble.android.kit.util.PebbleTuple.Width width
public final int length
public final java.lang.Object value