public interface IOSKeySettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowAllBundleIds()
public abstract boolean getAllowAllBundleIds()If set to true, allowed_bundle_ids are not enforced.
bool allow_all_bundle_ids = 2;
| Type | Description |
| boolean | The allowAllBundleIds. |
getAllowedBundleIds(int index)
public abstract String getAllowedBundleIds(int index)iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The allowedBundleIds at the given index. |
getAllowedBundleIdsBytes(int index)
public abstract ByteString getAllowedBundleIdsBytes(int index)iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the allowedBundleIds at the given index. |
getAllowedBundleIdsCount()
public abstract int getAllowedBundleIdsCount()iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
| Type | Description |
| int | The count of allowedBundleIds. |
getAllowedBundleIdsList()
public abstract List<String> getAllowedBundleIdsList()iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
| Type | Description |
| List<String> | A list containing the allowedBundleIds. |