public interface AndroidKeySettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| List<String> | A list containing the allowedPackageNames. |