public interface MobileApplicationServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
MobileApplication[] |
createMobileApplications(MobileApplication[] mobileApplications)
Creates and claims
mobile applications
to be used for targeting in
the network. |
MobileApplicationPage |
getMobileApplicationsByStatement(Statement filterStatement)
|
UpdateResult |
performMobileApplicationAction(MobileApplicationAction mobileApplicationAction,
Statement filterStatement)
Performs an action on
mobile applications. |
MobileApplication[] |
updateMobileApplications(MobileApplication[] mobileApplications)
Updates the specified
mobile applications. |
MobileApplication[] createMobileApplications(MobileApplication[] mobileApplications) throws RemoteException, ApiException
mobile applications
to be used for targeting in
the network.RemoteExceptionApiExceptionMobileApplicationPage getMobileApplicationsByStatement(Statement filterStatement) throws RemoteException, ApiException
mobileApplicationPage
of mobile
applications that satisfy the given Statement. The
following fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
MobileApplication.id |
displayName |
MobileApplication.displayName |
appStore |
MobileApplication#appStore |
appStoreId |
MobileApplication.appStoreId |
isArchived |
MobileApplication.isArchived |
RemoteExceptionApiExceptionUpdateResult performMobileApplicationAction(MobileApplicationAction mobileApplicationAction, Statement filterStatement) throws RemoteException, ApiException
mobile applications.RemoteExceptionApiExceptionMobileApplication[] updateMobileApplications(MobileApplication[] mobileApplications) throws RemoteException, ApiException
mobile applications.RemoteExceptionApiExceptionCopyright © 2024. All rights reserved.