C# Class Xamarin_iOS.AppDelegate

Inheritance: NSApplicationDelegate
Afficher le fichier Open project: WaveEngine/Samples

Méthodes publiques

Méthode Description
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
DidFinishLaunching ( NSNotification notification ) : void
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool

Method Details

ApplicationShouldTerminateAfterLastWindowClosed() public méthode

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender NSApplication
Résultat bool

DidFinishLaunching() public méthode

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
Résultat void

FinishedLaunching() public méthode

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