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-21 UTC."],[[["This documentation page covers the `AndroidKeySettings` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically focusing on version 2.11.0, and is a reference for settings used by Android apps."],["The `AndroidKeySettings` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The `AndroidKeySettings` class includes properties such as `AllowAllPackageNames`, `AllowedPackageNames`, and `SupportNonGoogleAppStoreDistribution`, allowing configuration of Android package name restrictions and support for non-Google app stores."],["The webpage also includes access to previous versions of the `AndroidKeySettings` documentation, ranging from version 2.17.0 (latest) down to version 1.2.0, providing a history of previous versions of the documentation."]]],[]]