Method | Description | |
---|---|---|
DataFileReceivedNotification ( NSNotification notification ) : void | ||
DidEnterBackground ( UIApplication application ) : void | ||
ExperimentReceivedNotification ( NSNotification notification ) : void | ||
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : bool | ||
GoalReceivedNotification ( NSNotification notification ) : void | ||
OnActivated ( UIApplication application ) : void | ||
OnResignActivation ( UIApplication application ) : void | ||
OpenUrl ( UIApplication application, NSUrl url, string sourceApplication, NSObject annotation ) : bool | ||
WillEnterForeground ( UIApplication application ) : void | ||
WillTerminate ( UIApplication application ) : void |
public DataFileReceivedNotification ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public DidEnterBackground ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public ExperimentReceivedNotification ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : bool | ||
application | UIApplication | |
launchOptions | NSDictionary | |
return | bool |
public GoalReceivedNotification ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public OnActivated ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public OnResignActivation ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public OpenUrl ( UIApplication application, NSUrl url, string sourceApplication, NSObject annotation ) : bool | ||
application | UIApplication | |
url | NSUrl | |
sourceApplication | string | |
annotation | NSObject | |
return | bool |
public WillEnterForeground ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public WillTerminate ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |