Plugin Service Connection
class PluginServiceConnection(val platformServiceConnection: ServiceConnection, val serviceInfo: PluginServiceInformation, val binder: IBinder, val deathRecipient: IBinder.DeathRecipient? = null)
Constructors
Link copied to clipboard
constructor(platformServiceConnection: ServiceConnection, serviceInfo: PluginServiceInformation, binder: IBinder, deathRecipient: IBinder.DeathRecipient? = null)