Package-level declarations

Types

Link copied to clipboard

The Bundle envelope carried by the two generic AIDL callbacks, IASSParcelableCallback and IASSParcelableListCallback.

Functions

Link copied to clipboard

Reads the single boolean value; an absent value reads as false.

Link copied to clipboard

Reads whether a login was granted; an absent value reads as false.

Link copied to clipboard
fun <T : Parcelable> Bundle?.parcelable(expected: Class<T>): T?

Reads the single Parcelable of expected type, or null when the envelope carries none.

Link copied to clipboard
fun <T : Parcelable> Bundle?.parcelableList(expected: Class<T>): List<T>

Reads the list of Parcelables of expected type; an absent value reads as empty.

Link copied to clipboard

Reads a stream's content length; an absent value reads as -1, meaning "unknown".

Link copied to clipboard

Reads a stream's content type, or the empty String when the envelope carries none.

Link copied to clipboard

Reads the single String value, or null when the envelope carries none.