Class BiometricOptionsAndroid
  
  
  
  
    Inheritance
    System.Object
    BiometricOptionsAndroid
   
  
  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
  
  
    |
    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 |  |