remoter-builder / remoter.builder / ServiceConnector / of

of

fun of(context: Context, explicitIntent: Intent): IServiceConnector

Returns an IServiceConnector for the given explicit Intent.

Parameters

explicitIntent - The explicit intent with Intent.setComponent set

fun of(context: Context, intentAction: String): IServiceConnector

Returns an IServiceConnector for a service that is registered with the given intent action intentAction