ServiceConnectionCallback

interface ServiceConnectionCallback

Callback for events when connecting and disconnecting from Custom Tabs Service.

Functions

Link copied to clipboard
abstract fun onServiceConnected(client: CustomTabsClient)

Called when the service is connected.

Link copied to clipboard
abstract fun onServiceDisconnected()

Called when the service is disconnected.

Inheritors

Link copied to clipboard