private async void Example3()
        {
            //<UnregisterNotificationChannelAsync>
            StoreServicesEngagementManager engagementManager = StoreServicesEngagementManager.GetDefault();
            await engagementManager.UnregisterNotificationChannelAsync();

            //</UnregisterNotificationChannelAsync>
        }
Example #2
0
 /// <inheritdoc/>
 public async Task Unregiser()
 {
     StoreServicesEngagementManager engagementManager = StoreServicesEngagementManager.GetDefault();
     await engagementManager.UnregisterNotificationChannelAsync();
 }