PlugPagServiceCommandBase

open class PlugPagServiceCommandBase(val context: Context, val metricListener: WrapperMetricListener, val appIdentification: PlugPagAppIdentification)

Constructors

Link copied to clipboard
fun PlugPagServiceCommandBase(context: Context, metricListener: WrapperMetricListener, appIdentification: PlugPagAppIdentification)

Properties

Link copied to clipboard
val context: Context
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun createServiceIntent(packageName: String = PlugPag.SERVICE_PACKAGE_NAME, className: String = PlugPag.SERVICE_CLASS_NAME): Intent
Link copied to clipboard
fun <R : Any> genericSynchronousResultService(isAsync: Boolean = false, plugPagCommand: PlugPagCommand, intent: Intent, createServiceConnection: (Message) -> SynchronousServiceConnection<R>): R
Link copied to clipboard
fun <R : Any> genericSynchronousService(isAsync: Boolean = false, plugPagCommand: PlugPagCommand, intent: Intent, createServiceConnection: (Message) -> SynchronousServiceConnection<R>): SynchronousServiceConnection<R>

Inheritors

Link copied to clipboard