Proxy

abstract class Proxy(remote: IBinder, binderContext: BinderContext) : OneWayBinderInterface

Used for sending one way transactions.

Parameters

remote

The IBinder instance for this interface.

binderContext

The binder context for this interface.

Constructors

Link copied to clipboard
fun Proxy(remote: IBinder, binderContext: BinderContext)

Inherited functions

Link copied to clipboard
abstract fun asBinder(): IBinder

Inheritors

Link copied to clipboard