C# Class Sport.Mobile.Shared.AzureService

Afficher le fichier Open project: xamarin/Sport

Méthodes publiques

Méthode Description
AzureService ( ) : System
SyncAllAsync ( ) : Task
UnregisterAthleteForPush ( Athlete athlete ) : System.Threading.Tasks.Task
UpdateAthleteNotificationHubRegistration ( Athlete athlete, bool forceSave = false, bool sendTestPush = false ) : System.Threading.Tasks.Task

This app uses Azure as the backend which utilizes Notifications hubs

Method Details

AzureService() public méthode

public AzureService ( ) : System
Résultat System

SyncAllAsync() public méthode

public SyncAllAsync ( ) : Task
Résultat Task

UnregisterAthleteForPush() public méthode

public UnregisterAthleteForPush ( Athlete athlete ) : System.Threading.Tasks.Task
athlete Athlete
Résultat System.Threading.Tasks.Task

UpdateAthleteNotificationHubRegistration() public méthode

This app uses Azure as the backend which utilizes Notifications hubs
public UpdateAthleteNotificationHubRegistration ( Athlete athlete, bool forceSave = false, bool sendTestPush = false ) : System.Threading.Tasks.Task
athlete Athlete
forceSave bool
sendTestPush bool
Résultat System.Threading.Tasks.Task