C# Class Smeedee.iOS.AppDelegateShared

Mostra file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Methods

Method Description
AppDelegateShared ( UIWindow window, UITabBarController tabBarController, UIViewController loginController ) : System
FinishedLaunching ( ) : void

Private Methods

Method Description
ServerCallback ( string response ) : void
ServerIsConfigured ( ) : bool
ShowServerConfiguration ( ) : void
ShowSplashScreen ( ) : void
ShowWidgets ( ) : void

Method Details

AppDelegateShared() public method

public AppDelegateShared ( UIWindow window, UITabBarController tabBarController, UIViewController loginController ) : System
window UIWindow
tabBarController UITabBarController
loginController UIViewController
return System

FinishedLaunching() public method

public FinishedLaunching ( ) : void
return void