Class SettingsOptions
Inheritance
System.Object
SettingsOptions
Namespace: Authgear.Xamarin
Assembly: Authgear.Xamarin.dll
Syntax
public class SettingsOptions : object
Properties
| Improve this Doc View SourceColorScheme
Declaration
public ColorScheme? ColorScheme { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ColorScheme> |
UiLocales
Declaration
public IReadOnlyCollection<string>? UiLocales { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IReadOnlyCollection<System.String>> |