service

abstract fun service(uuid: UUID, binding: RemoteServiceBinding.EnsuresAvailable<T>.() -> Unit)

Binds the object to the RemoteService at a given UUID.

Parameters

uuid

the UUID of the RemoteService to bind to

binding

Throws


open fun service(uuidString: String, binding: RemoteServiceBinding.EnsuresAvailable<T>.() -> Unit)

Binds the object to the RemoteService at a given UUID.

Parameters

uuidString

the string of the UUID of the RemoteService to bind to

binding

Throws