Interface AndroidKeySettingsOrBuilder

public interface AndroidKeySettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowedPackageNames(int index)

public abstract String getAllowedPackageNames(int index)

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The allowedPackageNames at the given index.

getAllowedPackageNamesBytes(int index)

public abstract ByteString getAllowedPackageNamesBytes(int index)

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the allowedPackageNames at the given index.

getAllowedPackageNamesCount()

public abstract int getAllowedPackageNamesCount()

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Returns
TypeDescription
int

The count of allowedPackageNames.

getAllowedPackageNamesList()

public abstract List<String> getAllowedPackageNamesList()

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Returns
TypeDescription
List<String>

A list containing the allowedPackageNames.