java.lang.Object
com.getpebble.android.kit.util.PebbleTuple
A key-value pair stored in a
PebbleDictionary
.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
The integer key identifying the tuple.final int
The length of the tuple's value in bytes.final com.getpebble.android.kit.util.PebbleTuple.TupleType
The type of value contained in the tuple.final Object
The value being associated with the tuple's key.final com.getpebble.android.kit.util.PebbleTuple.Width
The 'width' of the tuple's value; This value will always be 'NONE' for non-integer types. -
Method Summary
-
Field Details
-
key
public final int keyThe integer key identifying the tuple. -
type
public final com.getpebble.android.kit.util.PebbleTuple.TupleType typeThe type of value contained in the tuple. -
width
public final com.getpebble.android.kit.util.PebbleTuple.Width widthThe 'width' of the tuple's value; This value will always be 'NONE' for non-integer types. -
length
public final int lengthThe length of the tuple's value in bytes. -
value
The value being associated with the tuple's key.
-