Beispiel #1
0
        async Task ViewMessages(ButtonRow button)
        {
            if (button.Tag is SubscriptionInfo info)
            {
                await StatusAccountPage.OpenStatusAccountPage(this, info.Subscriptions.Status.ServiceNode, info.AccountId, StatusAccountProfileType.Small);

                await info.Subscriptions.Status.UpdateLastViewedTransactinInfo(info);
            }
        }
 async Task ProfileButton(ProfileButtonRow arg)
 {
     await StatusAccountPage.OpenStatusAccountPage(this, _serviceNode.ServiceNode, arg.AccountId, StatusAccountProfileType.Big);
 }