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."],[[["This webpage provides reference documentation for the `AndroidKeySettings` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment, with version 2.7.0 being the focus of the page."],["The `AndroidKeySettings` class is designed to manage settings for keys used by Android apps and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors available for `AndroidKeySettings`, which are a default constructor and a copy constructor, showing how to create new instances of the class."],["Key properties of the `AndroidKeySettings` class are outlined, including `AllowAllPackageNames`, `AllowedPackageNames`, and `SupportNonGoogleAppStoreDistribution`, each with descriptions of their purpose and data types."],["The webpage lists the available versions of the .Net documentation, starting from version 1.2.0 all the way to the latest version, 2.17.0, each with its own link."]]],[]]