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."],[[["The latest version available for the `AndroidKeySettings` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace is version 2.17.0, with multiple prior versions available, including version 2.4.0."],["The `AndroidKeySettings` class is used for managing settings specifically for keys that are intended for use in Android applications within the reCAPTCHA Enterprise v1 API."],["This class, `AndroidKeySettings`, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AndroidKeySettings` class include `AllowAllPackageNames`, which disables package name enforcement, and `AllowedPackageNames`, which specifies a list of Android package names permitted to use the key."],["Two constructors are provided for `AndroidKeySettings`, one being the default constructor, and the other taking another `AndroidKeySettings` object as a parameter for cloning."]]],[]]