Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SubscriptionRequestPopup.cs
2{
6 public partial class SubscriptionRequestPopup
7 {
8 private readonly SubscriptionRequestViewModel viewModel;
9
15 {
16 this.InitializeComponent();
17 this.BindingContext = this.viewModel = ViewModel;
18 }
19
21 protected override void OnDisappearing()
22 {
23 this.viewModel.Close();
24 base.OnDisappearing();
25 }
26 }
27}
Prompts the user for a response of a presence subscription request.
SubscriptionRequestPopup(SubscriptionRequestViewModel ViewModel)
Prompts the user for a response of a presence subscription request.