C# Class Gablarski.Clients.iOS.AppDelegate

Inheritance: UIApplicationDelegate
Show file Open project: ermau/Gablarski

Public Properties

Property Type Description
Setup System.Threading.Tasks.Task
SocialClient GablarskiSocialClient

Public Methods

Method Description
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
StartSetup ( ) : void

Private Methods

Method Description
SetupAsync ( ) : System.Threading.Tasks.Task

Method Details

FinishedLaunching() public method

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
return bool

StartSetup() public static method

public static StartSetup ( ) : void
return void

Property Details

Setup public static property

public static Task,System.Threading.Tasks Setup
return System.Threading.Tasks.Task

SocialClient public static property

public static GablarskiSocialClient SocialClient
return GablarskiSocialClient