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 webpage provides reference documentation for the `AndroidKeySettings` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for version 2.10.0."],["The `AndroidKeySettings` class is designed for managing settings related to keys used by Android applications, as part of the reCAPTCHA Enterprise system."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which suggests it handles data serialization, comparison, cloning, and efficient data handling."],["Key properties of the `AndroidKeySettings` class include `AllowAllPackageNames`, `AllowedPackageNames`, and `SupportNonGoogleAppStoreDistribution`, which manage app package name restrictions and distribution methods."],["There are many versions of this documentation available, ranging from 1.2.0 to the latest version of 2.17.0."]]],[]]