ServiceClient

constructor(stubFactory: (IBinder) -> T)(source)

Parameters

stubFactory

A factory function to convert an IBinder to the interface type.

Type Parameters

T

The type of the AIDL interface.