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.mobileApplications - the mobileApplications to createRemoteExceptionApiExceptionMobileApplicationPage 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 |
filterStatement - a Publisher Query Language statement used to
filter a set of
mobile applications.RemoteExceptionApiExceptionUpdateResult performMobileApplicationAction(MobileApplicationAction mobileApplicationAction, Statement filterStatement) throws RemoteException, ApiException
mobile applications.mobileApplicationAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of mobile applications.RemoteExceptionApiExceptionMobileApplication[] updateMobileApplications(MobileApplication[] mobileApplications) throws RemoteException, ApiException
mobile applications.mobileApplications - the mobile applications to be updatedRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.