IServiceConnectionListener

Interface for a listener of service connection.

Functions

Link copied to clipboard
abstract fun onBindFailure()

Callback when the system is not able to initiate the binding to the service.

Link copied to clipboard
abstract fun onServiceConnected()

Callback when the connection is established (or the service is already connected).