• API Reference
Search Results for

    Show / Hide Table of Contents
    • Authgear.Xamarin
      • AnonymousUserNotFoundException
      • AuthenticateOptions
      • AuthenticatePage
      • AuthgearException
      • AuthgearOptions
      • AuthgearSdk
      • AuthorizeResult
      • BiometricAccessConstraintAndroid
      • BiometricAccessConstraintIos
      • BiometricLAPolicy
      • BiometricLockoutException
      • BiometricNoEnrollmentException
      • BiometricNoPasscodeException
      • BiometricNotSupportedOrPermissionDeniedException
      • BiometricOptions
      • BiometricOptionsAndroid
      • BiometricOptionsIos
      • BiometricPrivateKeyNotFoundException
      • ColorScheme
      • OauthException
      • PromoteOptions
      • PromptOption
      • ReauthenticateOptions
      • ServerException
      • SessionState
      • SessionStateChangeReason
      • SettingsOptions
      • SettingsPage
      • UnauthenticatedUserException
      • UserInfo
      • UserInfoAddress
    • Authgear.Xamarin.Data
      • ITokenStorage
      • PersistentTokenStorage
      • TransientTokenStorage

    Class BiometricOptionsAndroid

    Inheritance
    System.Object
    BiometricOptionsAndroid
    Namespace: Authgear.Xamarin
    Assembly: Authgear.Xamarin.dll
    Syntax
    public class BiometricOptionsAndroid : object

    Constructors

    | Improve this Doc View Source

    BiometricOptionsAndroid(String, String, String, String, BiometricAccessConstraintAndroid, Boolean)

    Declaration
    public BiometricOptionsAndroid(string title, string subtitle, string description, string negativeButtonText, BiometricAccessConstraintAndroid accessConstraint, bool invalidatedByBiometricEnrollment)
    Parameters
    Type Name Description
    System.String title
    System.String subtitle
    System.String description
    System.String negativeButtonText
    BiometricAccessConstraintAndroid accessConstraint
    System.Boolean invalidatedByBiometricEnrollment

    Properties

    | Improve this Doc View Source

    AccessConstraint

    Declaration
    public BiometricAccessConstraintAndroid AccessConstraint { get; set; }
    Property Value
    Type Description
    BiometricAccessConstraintAndroid
    | Improve this Doc View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InvalidatedByBiometricEnrollment

    Declaration
    public bool InvalidatedByBiometricEnrollment { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NegativeButtonText

    Declaration
    public string NegativeButtonText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Subtitle

    Declaration
    public string Subtitle { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX