C# Class BarcodeTesting.AppDelegate

Inheritance: UIApplicationDelegate
Afficher le fichier Open project: GoranHalvarsson/BarcodeReader-MonoTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
LoadingView LoadingHUDView
MainAppDelegate AppDelegate
MainView UIView

Private Properties

Свойство Type Description
CreatePhoneGui void

Méthodes publiques

Méthode 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

Méthode Description
CreatePhoneGui ( ) : void

Method Details

FinishedLaunching() public méthode

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
Résultat bool

OnActivated() public méthode

public OnActivated ( UIApplication application ) : void
application UIApplication
Résultat void

ReceiveMemoryWarning() public méthode

public ReceiveMemoryWarning ( UIApplication application ) : void
application UIApplication
Résultat void

ShowPopUp() public méthode

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

Property Details

LoadingView public_oe property

public LoadingHUDView LoadingView
Résultat LoadingHUDView

MainAppDelegate public_oe static_oe property

public static AppDelegate,BarcodeTesting MainAppDelegate
Résultat AppDelegate

MainView public_oe property

public UIView MainView
Résultat UIView