ServiceConnection

class ServiceConnection(connectionCallback: ServiceConnectionCallback) : CustomTabsServiceConnection

Implementation for the CustomTabsServiceConnection that avoids leaking the ServiceConnectionCallback

Constructors

Link copied to clipboard
fun ServiceConnection(connectionCallback: ServiceConnectionCallback)

Functions

Link copied to clipboard
open fun onBindingDied(p0: ComponentName)
Link copied to clipboard
open override fun onCustomTabsServiceConnected(name: ComponentName, client: CustomTabsClient)
Link copied to clipboard
open fun onNullBinding(p0: ComponentName)
Link copied to clipboard
override fun onServiceConnected(@NonNull p0: ComponentName, @NonNull p1: IBinder)
Link copied to clipboard
open override fun onServiceDisconnected(name: ComponentName)