| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201902 |
| Modifier and Type | Field and Description |
|---|---|
static MobileApplicationPlatform |
MobileApplicationPlatform.ANDROID |
static MobileApplicationPlatform |
MobileApplicationPlatform.IOS |
static MobileApplicationPlatform |
MobileApplicationPlatform.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MobileApplicationPlatform |
MobileApplicationPlatform.fromString(String value) |
static MobileApplicationPlatform |
MobileApplicationPlatform.fromValue(String value) |
MobileApplicationPlatform |
MobileApplication.getPlatform()
Gets the platform value for this MobileApplication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MobileApplication.setPlatform(MobileApplicationPlatform platform)
Sets the platform value for this MobileApplication.
|
| Constructor and Description |
|---|
MobileApplication(Long id,
String displayName,
String appStoreId,
MobileApplicationStore appStore,
Boolean isArchived,
String appStoreName,
String developerName,
MobileApplicationPlatform platform,
Boolean isFree,
String downloadUrl) |
Copyright © 2019. All rights reserved.