public class IntentServiceController<T extends IntentService> extends ComponentController<IntentServiceController<T>,T>
attached, component, intent, myself, shadowMainLooper
Modifier and Type | Method and Description |
---|---|
IntentServiceController<T> |
bind() |
IntentServiceController<T> |
create() |
IntentServiceController<T> |
destroy() |
IntentServiceController<T> |
handleIntent() |
static <T extends IntentService> |
of(T service,
Intent intent) |
IntentServiceController<T> |
rebind() |
IntentServiceController<T> |
startCommand(int flags,
int startId) |
IntentServiceController<T> |
unbind() |
get, getIntent, invokeWhilePaused
public static <T extends IntentService> IntentServiceController<T> of(T service, Intent intent)
public IntentServiceController<T> bind()
public IntentServiceController<T> create()
create
in class ComponentController<IntentServiceController<T extends IntentService>,T extends IntentService>
public IntentServiceController<T> destroy()
destroy
in class ComponentController<IntentServiceController<T extends IntentService>,T extends IntentService>
public IntentServiceController<T> rebind()
public IntentServiceController<T> startCommand(int flags, int startId)
public IntentServiceController<T> unbind()
public IntentServiceController<T> handleIntent()