Skip to content

/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 identifier for an Android app.

Example: com.mydomain.appname

iv_certificatefingerprint TYPE /AWS1/LOCSHA1CERTFINGERPRINT /AWS1/LOCSHA1CERTFINGERPRINT

20 byte SHA-1 certificate fingerprint associated with the Android app signing certificate.

Example: BB:0D:AC:74:D3:21:E1:43:67:71:9B:62:91:AF:A1:66:6E:44:5D:75


Queryable Attributes

Package

Unique package name identifier for an Android app.

Example: com.mydomain.appname

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.

Example: BB:0D:AC:74:D3:21:E1:43:67:71:9B:62:91:AF:A1:66:6E:44:5D:75

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
.