class TypedBundle


Summary

Public constructors

Public functions

Unit
add(type: Int, value: Boolean)
Unit
add(type: Int, value: Float)
Unit
add(type: Int, value: Int)
Unit
add(type: Int, value: String!)
Unit
addIfNotNull(type: Int, value: String!)
Unit
Unit
Unit
Int
getInteger(type: Int)
String!

Public constructors

TypedBundle

Added in 1.1.0-alpha13
TypedBundle()

Public functions

add

Added in 1.1.0-alpha13
fun add(type: Int, value: Boolean): Unit

add

Added in 1.1.0-alpha13
fun add(type: Int, value: Float): Unit

add

Added in 1.1.0-alpha13
fun add(type: Int, value: Int): Unit

add

Added in 1.1.0-alpha13
fun add(type: Int, value: String!): Unit

addIfNotNull

Added in 1.1.0-alpha13
fun addIfNotNull(type: Int, value: String!): Unit

applyDelta

Added in 1.1.0-alpha13
fun applyDelta(values: TypedBundle!): Unit

applyDelta

Added in 1.1.0-alpha13
fun applyDelta(values: TypedValues!): Unit

clear

Added in 1.1.0-alpha13
fun clear(): Unit

getInteger

Added in 1.1.0-alpha13
fun getInteger(type: Int): Int

toString

fun toString(): String!