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

상속: Xamarin.Forms.Application
파일 보기 프로젝트 열기: xamarin/Sport

공개 프로퍼티들

프로퍼티 타입 설명
AnimationSpeed uint
DelaySpeed int
_hud IHUDProvider

공개 메소드들

메소드 설명
App ( ) : System
OnIncomingPayload ( NotificationPayload payload ) : void

This method is here purely to handle shelved push notifications

보호된 메소드들

메소드 설명
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

비공개 메소드들

메소드 설명
OnAppExceptionOccurred ( object sender, Exception exception ) : void
ProcessPendingPayload ( ) : void
SetDefaultPropertyValues ( ) : void
StartAuthenticationFlow ( ) : void

Kicks off the main application flow - this is the typical route taken once a user is registered

StartRegistrationFlow ( ) : void

Kicks off the registration flow so the user can register and authenticate

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

OnIncomingPayload() 공개 메소드

This method is here purely to handle shelved push notifications
public OnIncomingPayload ( NotificationPayload payload ) : void
payload NotificationPayload Payload.
리턴 void

OnResume() 보호된 메소드

protected OnResume ( ) : void
리턴 void

OnSleep() 보호된 메소드

protected OnSleep ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

프로퍼티 상세

AnimationSpeed 공개적으로 정적으로 프로퍼티

public static uint AnimationSpeed
리턴 uint

DelaySpeed 공개적으로 정적으로 프로퍼티

public static int DelaySpeed
리턴 int

_hud 공개적으로 프로퍼티

public IHUDProvider _hud
리턴 IHUDProvider