C# Class Notes.iOS.AppDelegate

Inheritance: global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
Afficher le fichier Open project: xamarin/xamarin-forms-samples

Méthodes publiques

Свойство Type Description
Instance AppDelegate

Méthodes publiques

Méthode Description
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : bool
NavigateBack ( ) : void
NavigateToNoteEntryPage ( Note note ) : void

Method Details

FinishedLaunching() public méthode

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

NavigateBack() public méthode

public NavigateBack ( ) : void
Résultat void

NavigateToNoteEntryPage() public méthode

public NavigateToNoteEntryPage ( Note note ) : void
note Note
Résultat void

Property Details

Instance public_oe static_oe property

public static AppDelegate,Notes.iOS Instance
Résultat AppDelegate