MeshServiceClient

class MeshServiceClient @Inject constructor(activity: Activity, serviceRepository: ServiceRepository) : ServiceClient<<Error class: unknown class>> , DefaultLifecycleObserver

A Activity-lifecycle-aware ServiceClient that binds MeshService once the Activity is started.

Constructors

Link copied to clipboard
@Inject
constructor(activity: Activity, serviceRepository: ServiceRepository)

Functions

Link copied to clipboard
open override fun onConnected(service: <Error class: unknown class>)
Link copied to clipboard
open override fun onDestroy(owner: LifecycleOwner)
Link copied to clipboard
open override fun onDisconnected()
Link copied to clipboard
open override fun onStart(owner: LifecycleOwner)