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.
[[["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 use in .NET development."],["The `AndroidKeySettings` class defines settings applicable to reCAPTCHA keys used by Android applications and is available in a range of versions, from 1.2.0 to the latest 2.17.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google.Protobuf framework."],["Key properties within `AndroidKeySettings` include `AllowAllPackageNames`, which determines if package name enforcement is enabled, and `AllowedPackageNames`, which lists the Android package names permitted to use the reCAPTCHA key."],["The documentation covers details such as constructors for creating `AndroidKeySettings` instances and provides inherited members from the base `Object` class."]]],[]]