Package | Description |
---|---|
com.samsung.android.sdk.professionalaudio.app |
Modifier and Type | Method and Description |
---|---|
SapaApp |
SapaAppService.activateApp(SapaAppInfo info)
This method request a service to start instance of one application.
|
SapaApp |
SapaAppInfo.getApp()
Returns SapaApp object that identifies instance of application.
|
static SapaApp |
SapaAppInfo.getApp(android.content.Intent intent)
This method reads instance id from intent received in onStartCommand
method.
|
Modifier and Type | Method and Description |
---|---|
void |
SapaAppService.callAction(SapaApp sapaApp,
java.lang.String actionId)
This method request action call on another application.
|
void |
SapaAppService.deactivateApp(SapaApp sapaApp)
This method requests deactivation of other application.
|
java.lang.Runnable |
SapaActionDefinerInterface.getActionDefinition(SapaApp sapaApp,
java.lang.String actionId)
This method returns the definition of the action on the instance defined by id.
|
SapaAppInfo |
SapaAppService.getActiveApp(SapaApp sapaApp)
This method gets information about the active instance of the application.
|
android.content.Intent |
SapaAppService.getLaunchIntent(SapaApp sapaApp)
This method obtains configurations described in the info of other applications.
|
void |
SapaAppStateListener.onAppActivated(SapaApp sapaApp)
Called when instance of application was activated.
|
void |
SapaAppStateListener.onAppChanged(SapaApp sapaApp)
Called when state of one of instances of audio applications has changed.
|
void |
SapaAppStateListener.onAppDeactivated(SapaApp sapaApp)
Called when instance of application was deactivated.
|
void |
SapaAppStateListener.onAppInstalled(SapaApp sapaApp)
Called when new audio application is installed.
|
void |
SapaAppStateListener.onAppUninstalled(SapaApp sapaApp)
Called when new audio application is uninstalled.
|
void |
SapaAppStateListener.onTransportMasterChanged(SapaApp sapaApp)
Called when an application declares that is started being transport
master.
|
void |
SapaAppService.removeFromActiveApps(SapaApp sapaApp)
This method removes application from the active list.
|