C# Class BarcodeTesting.AppDelegate

Inheritance: UIApplicationDelegate
Datei anzeigen Open project: GoranHalvarsson/BarcodeReader-MonoTouch Class Usage Examples

Public Properties

Property Type Description
LoadingView LoadingHUDView
MainAppDelegate AppDelegate
MainView UIView

Private Properties

Property Type Description
CreatePhoneGui void

Public Methods

Method Description
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
OnActivated ( UIApplication application ) : void
ReceiveMemoryWarning ( UIApplication application ) : void
ShowPopUp ( string header, string detail, int showInSeconds, bool loading, UIView currentView ) : void

Private Methods

Method Description
CreatePhoneGui ( ) : void

Method Details

FinishedLaunching() public method

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

OnActivated() public method

public OnActivated ( UIApplication application ) : void
application UIApplication
return void

ReceiveMemoryWarning() public method

public ReceiveMemoryWarning ( UIApplication application ) : void
application UIApplication
return void

ShowPopUp() public method

public ShowPopUp ( string header, string detail, int showInSeconds, bool loading, UIView currentView ) : void
header string
detail string
showInSeconds int
loading bool
currentView UIView
return void

Property Details

LoadingView public_oe property

public LoadingHUDView LoadingView
return LoadingHUDView

MainAppDelegate public_oe static_oe property

public static AppDelegate,BarcodeTesting MainAppDelegate
return AppDelegate

MainView public_oe property

public UIView MainView
return UIView