Companion
object Companion
Functions
Link copied to clipboard
fun bindServiceToActivity(context: Context, componentName: ComponentName): NIMMSTAIntentServiceConnection
Binds to one explicit component. Use this when you want to bypass the built-in package order.
fun bindServiceToActivity(context: Context, preferredPackageName: String? = NIMMSTAInstalledAppResolver.preferredPackageName): NIMMSTAIntentServiceConnection
Binds the NIMMSTA Service to an activity, fragment or Android Service.