C# 클래스 Sport.Mobile.Shared.AzureService

파일 보기 프로젝트 열기: xamarin/Sport

공개 메소드들

메소드 설명
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

메소드 상세

AzureService() 공개 메소드

public AzureService ( ) : System
리턴 System

SyncAllAsync() 공개 메소드

public SyncAllAsync ( ) : Task
리턴 Task

UnregisterAthleteForPush() 공개 메소드

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

UpdateAthleteNotificationHubRegistration() 공개 메소드

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