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 documentation for the `AndroidKeySettings` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for .NET."],["The `AndroidKeySettings` class is designed to configure settings for reCAPTCHA keys used in Android applications, inheriting from `object` and implementing several interfaces."],["There is a list of available versions for the documentation for the API class `AndroidKeySettings`, ranging from version 2.17.0 down to 1.2.0."],["The class offers properties like `AllowAllPackageNames` and `AllowedPackageNames` to manage which Android apps are permitted to use a given reCAPTCHA key."],["`SupportNonGoogleAppStoreDistribution` is a property which allows configuration of reCAPTCHA keys to be used on applications not exclusively distributed on the Google Play Store."]]],[]]