Documentation ¶
Overview ¶
Package androidexecutor provides functions to execute service application in android native
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AndroidExecutor ¶
type AndroidExecutor struct { executor.ServiceExecutionInfo executor.HasClientNotification // contains filtered or unexported fields }
AndroidExecutor struct
func GetInstance ¶
func GetInstance() *AndroidExecutor
GetInstance returns the single tone AndroidExecutor instance
func (*AndroidExecutor) Execute ¶
func (t *AndroidExecutor) Execute(s executor.ServiceExecutionInfo) (err error)
Execute executes android service application
func (*AndroidExecutor) SetExecuteCallback ¶
func (t *AndroidExecutor) SetExecuteCallback(executeCallback ExecuteCallback)
SetExecuteCallback executes the callback send in the parameter
type ExecuteCallback ¶
ExecuteCallback callback
Click to show internal directories.
Click to hide internal directories.