C# Class Sport.Mobile.Shared.App

Inheritance: Xamarin.Forms.Application
ファイルを表示 Open project: xamarin/Sport

Public Properties

Property Type Description
AnimationSpeed uint
DelaySpeed int
_hud IHUDProvider

Public Methods

Method Description
App ( ) : System
OnIncomingPayload ( NotificationPayload payload ) : void

This method is here purely to handle shelved push notifications

Protected Methods

Method Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Private Methods

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

Method Details

App() public method

public App ( ) : System
return System

OnIncomingPayload() public method

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

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

Property Details

AnimationSpeed public_oe static_oe property

public static uint AnimationSpeed
return uint

DelaySpeed public_oe static_oe property

public static int DelaySpeed
return int

_hud public_oe property

public IHUDProvider _hud
return IHUDProvider