C# Class MyDriving.iOS.AppDelegate

Inheritance: UIApplicationDelegate
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : bool
PerformFetch ( UIApplication application, Action completionHandler ) : void

Private Methods

Méthode Description
SetMinimumBackgroundFetchInterval ( ) : void

Method Details

FinishedLaunching() public méthode

public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : bool
application UIApplication
launchOptions NSDictionary
Résultat bool

PerformFetch() public méthode

public PerformFetch ( UIApplication application, Action completionHandler ) : void
application UIApplication
completionHandler Action
Résultat void