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.
|
void |
SapaAppService.addActiveApp(SapaAppInfo info)
This method notifies the service that the instance of application was
initialized.
|
void |
SapaAppService.callAction(SapaApp sapaApp,
java.lang.String actionId)
This method request action call on another application.
|
void |
SapaAppService.changeAppInfo(SapaAppInfo info)
Using this method, you can update your instance SapaAppInfo on the Audio
Connection Service so that it is available for other applications.
|
void |
SapaAppService.deactivateApp(SapaApp sapaApp)
This method requests deactivation of other application.
|
void |
SapaAppService.declareTransportMaster()
This method is used to declare that your app is the transport master.
|
SapaAppInfo |
SapaAppService.getActiveApp(SapaApp sapaApp)
This method gets information about the active instance of the application.
|
java.util.List<SapaAppInfo> |
SapaAppService.getAllActiveApp()
This method returns a list of active instances of AudioApps.
|
java.util.List<SapaAppInfo> |
SapaAppService.getAllInstalledApp()
This method returns a list of installed AudioApps.
|
SapaAppInfo |
SapaAppService.getInstalledApp(java.lang.String packageName)
This method gets the information about installed application.
|
android.content.Intent |
SapaAppService.getLaunchIntent(SapaApp sapaApp)
This method obtains configurations described in the info of other applications.
|
java.lang.String |
SapaAppService.getTransportMaster()
Returns package name of transport master.
|
void |
SapaAppService.removeFromActiveApps(SapaApp sapaApp)
This method removes application from the active list.
|