Package-level declarations

Types

Link copied to clipboard
typealias BinderToServiceFn<T> = (service: IBinder) -> T?
Link copied to clipboard
class Event(val version: Int = DEFAULT_EVENT_VERSION, val eventTypeId: String, val data: Bundle)

Event generated on the Nav App side of the IPC connection.

Properties

Link copied to clipboard
const val DEFAULT_EVENT_VERSION: Int = 1