public sealed class AndroidKeySettings : IMessage<AndroidKeySettings>, IEquatable<AndroidKeySettings>, IDeepCloneable<AndroidKeySettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AndroidKeySettings.
Settings specific to keys that can be used by Android apps.
public bool SupportNonGoogleAppStoreDistribution { get; set; }
Optional. Set to true for keys that are used in an Android application that
is available for download in app stores in addition to the Google Play
Store.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The latest version of the `AndroidKeySettings` class for the Google Cloud reCAPTCHA Enterprise v1 API is 2.17.0, and there are several previous versions listed, ranging down to 1.2.0."],["The `AndroidKeySettings` class provides settings specific to keys that are intended to be used by Android applications."],["This class allows configuration for Android app package names that are permitted to utilize the key, which is controlled by the `AllowedPackageNames` property."],["There is an option to allow any package name, thus disabling the enforcement of allowed package names, which is managed by the `AllowAllPackageNames` property."],["The `SupportNonGoogleAppStoreDistribution` property allows enabling support for keys used in applications distributed outside of the Google Play Store."]]],[]]