services-api / com.keecker.services.interfaces / EphemeralServiceConnection / <init>
<init>
EphemeralServiceConnection(context:
Context
, intent:
Intent
)
Wraps an Android android.content.ServiceConnection to be used in coroutines.
Like an Android ServiceConnection, it may attempt to bind again if the remote service crashed, but it won’t do it if dead or unbound.