/AWS1/CL_LOCANDROIDAPP¶
Unique identifying information for an Android app. Consists of a package name and a 20 byte SHA-1 certificate fingerprint.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_package TYPE /AWS1/LOCANDROIDPACKAGENAME /AWS1/LOCANDROIDPACKAGENAME¶
Unique package name for an Android app.
iv_certificatefingerprint TYPE /AWS1/LOCSHA1CERTFINGERPRINT /AWS1/LOCSHA1CERTFINGERPRINT¶
20 byte SHA-1 certificate fingerprint associated with the Android app signing certificate.
Queryable Attributes¶
Package¶
Unique package name for an Android app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGE() |
Getter for PACKAGE, with configurable default |
ASK_PACKAGE() |
Getter for PACKAGE w/ exceptions if field has no value |
HAS_PACKAGE() |
Determine if PACKAGE has a value |
CertificateFingerprint¶
20 byte SHA-1 certificate fingerprint associated with the Android app signing certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEFINGERPRINT() |
Getter for CERTIFICATEFINGERPRINT, with configurable default |
ASK_CERTIFICATEFINGERPRINT() |
Getter for CERTIFICATEFINGERPRINT w/ exceptions if field has |
HAS_CERTIFICATEFINGERPRINT() |
Determine if CERTIFICATEFINGERPRINT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ANDROIDAPPLIST¶
TYPES TT_ANDROIDAPPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCANDROIDAPP WITH DEFAULT KEY
.