C# Class XamarinForms.QbChat.App

Inheritance: Xamarin.Forms.Application
ファイルを表示 Open project: QuickBlox/quickblox-dotnet-sdk

Public Properties

Property Type Description
LogConsole Action

Public Methods

Method Description
App ( ) : System
SetLoginPage ( ) : void
SetMainPage ( ) : void
ShowInternetNotification ( ) : void

Protected Methods

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

Method Details

App() public method

public App ( ) : System
return System

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

SetLoginPage() public static method

public static SetLoginPage ( ) : void
return void

SetMainPage() public static method

public static SetMainPage ( ) : void
return void

ShowInternetNotification() public static method

public static ShowInternetNotification ( ) : void
return void

Property Details

LogConsole public_oe static_oe property

public static Action LogConsole
return Action