64 if (
string.IsNullOrEmpty(this.
Event?.Remote))
73 public override async Task
Open()
75 if ((this.
Event?.Change ?? 0) > 0)
CaseInsensitiveString Remote
Remote party
Guid TransactionId
Transaction ID
Contains information about a balance.
CaseInsensitiveString Currency
Currency of amount.
AccountEvent Event
Any account event associated to the balance message.
decimal Amount
Amount at given point in time.
decimal Reserved
Reserved amount, that the user cannot use directly.
DateTime Timestamp
Timestamp of balance.
Wallet balance event arguments.
A strongly-typed resource class, for looking up localized strings, etc.
static string BalanceUpdated
Looks up a localized string similar to Balance updated..
Contains information about an incoming chat message.
BalanceNotificationEvent(BalanceEventArgs e)
Contains information about an incoming chat message.
override async Task Open()
Opens the event.
CaseInsensitiveString? Currency
Currency
AccountEvent? Event
Account event
BalanceNotificationEvent()
Contains information about an incoming chat message.
decimal Reserved
Amount reserved
override async Task< string > GetDescription()
Gets a descriptive text for the event.
Abstract base class for wallet notification events.
DateTime Timestamp
Timestamp
Base class that references services in the app.
static INavigationService NavigationService
The navigation service for navigating between pages.
static INeuroWalletOrchestratorService NeuroWalletOrchestratorService
Neuro Wallet orchestrator service.
static IReportingStringLocalizer Localizer
Localization service
Holds navigation parameters specific to an eDaler balance event.
A page that displays information about eDaler received.
Represents a case-insensitive string.