private void CreateAccountDialog_OnCreateAccountComplete(object sender, OnCreateAccountEventArgs e) { Toast.MakeText(this, "Account Created Successfully", ToastLength.Short).Show(); }
private void CreateAccountDialog_OnCreateAccountComplete(object sender, OnCreateAccountEventArgs e) { Toast.MakeText(this, UserAuthority.isAccountCreated, ToastLength.Short).Show(); }