Skip to content

Commit

Permalink
Add xamarin in authvUI authgear#78
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed May 19, 2022
1 parent adeaabb commit 48a3cf7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integrate/auth-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ Future<void> onPressOpenSettingsPage() async {
```
{% endtab %}

{% tab title="Xamarin" %}
```csharp
async void OnOpenSettingsClicked(object sender, EventArgs args)
{
await authgear.OpenAsync(SettingsPage.Settings);
}
```
{% endtab %}

{% tab title="iOS" %}
```swift
func onPressOpenSettingsPage(sender: UIButton, forEvent event: UIEvent) {
Expand Down

0 comments on commit 48a3cf7

Please sign in to comment.