C# Class Sport.Mobile.Shared.AzureService

ファイルを表示 Open project: xamarin/Sport

Public Methods

Method 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 method

public AzureService ( ) : System
return System

SyncAllAsync() public method

public SyncAllAsync ( ) : Task
return Task

UnregisterAthleteForPush() public method

public UnregisterAthleteForPush ( Athlete athlete ) : System.Threading.Tasks.Task
athlete Athlete
return System.Threading.Tasks.Task

UpdateAthleteNotificationHubRegistration() public method

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
return System.Threading.Tasks.Task