public interface AppInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppId()
public abstract String getAppId()
Unique application identifier within an app store.
string app_id = 5;
Returns | |
---|---|
Type | Description |
String |
The appId. |
getAppIdBytes()
public abstract ByteString getAppIdBytes()
Unique application identifier within an app store.
string app_id = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for appId. |
getAppInstanceId()
public abstract String getAppInstanceId()
Unique id for this instance of the app. Example: "71683BF9FA3B4B0D9535A1F05188BAF3"
string app_instance_id = 2;
Returns | |
---|---|
Type | Description |
String |
The appInstanceId. |
getAppInstanceIdBytes()
public abstract ByteString getAppInstanceIdBytes()
Unique id for this instance of the app. Example: "71683BF9FA3B4B0D9535A1F05188BAF3"
string app_instance_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for appInstanceId. |
getAppPlatform()
public abstract String getAppPlatform()
The app platform. Eg "ANDROID", "IOS".
string app_platform = 4;
Returns | |
---|---|
Type | Description |
String |
The appPlatform. |
getAppPlatformBytes()
public abstract ByteString getAppPlatformBytes()
The app platform. Eg "ANDROID", "IOS".
string app_platform = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for appPlatform. |
getAppStore()
public abstract String getAppStore()
The identifier of the store that installed the app. Eg. "com.sec.android.app.samsungapps", "com.amazon.venezia", "com.nokia.nstore"
string app_store = 3;
Returns | |
---|---|
Type | Description |
String |
The appStore. |
getAppStoreBytes()
public abstract ByteString getAppStoreBytes()
The identifier of the store that installed the app. Eg. "com.sec.android.app.samsungapps", "com.amazon.venezia", "com.nokia.nstore"
string app_store = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for appStore. |
getAppVersion()
public abstract String getAppVersion()
The app's version name Examples: "1.0", "4.3.1.1.213361", "2.3 (1824253)", "v1.8b22p6"
string app_version = 1;
Returns | |
---|---|
Type | Description |
String |
The appVersion. |
getAppVersionBytes()
public abstract ByteString getAppVersionBytes()
The app's version name Examples: "1.0", "4.3.1.1.213361", "2.3 (1824253)", "v1.8b22p6"
string app_version = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for appVersion. |