Esempio n. 1
0
        private async void FetchButton_Click(object sender, RoutedEventArgs e)
        {
            var fetchResult = await NotificationClient.GetAllAppNotificationsAsync();

            log($"Fetched {fetchResult.Count()} notifications");
        }