Keecker Developer
Android SDK Contact
Getting Started
Overview
Installing Android Studio
Creating a Keecker app
Reference
0.2

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.