Property | Type | Description | |
---|---|---|---|
LoadingView | LoadingHUDView | ||
MainAppDelegate | |||
MainView | UIView |
Property | Type | Description | |
---|---|---|---|
CreatePhoneGui | void |
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 |
Method | Description | |
---|---|---|
CreatePhoneGui ( ) : void |
public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool | ||
app | UIApplication | |
options | NSDictionary | |
return | bool |
public OnActivated ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public ReceiveMemoryWarning ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
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 |
public static AppDelegate,BarcodeTesting MainAppDelegate | ||
return |