C# Class LondonBike.AppDelegate

Afficher le fichier Open project: nicwise/londonbikeapp

Méthodes publiques

Свойство Type Description
MainView UIView
infoPage InfoViewController
map MapViewController
near NearDialogViewController
tabBar UITabBarController
tabControllers UIViewController[]
timer TimerViewController
tripLog TripLogViewController

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DidEnterBackground ( UIApplication application ) : void
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
FinishedLaunching ( UIApplication application ) : void
OnActivated ( UIApplication application ) : void
ReceivedLocalNotification ( UIApplication application, UILocalNotification notification ) : void
SetFocusOnLocation ( BikeLocation bike ) : void
WillEnterForeground ( UIApplication application ) : void

Method Details

DidEnterBackground() public méthode

public DidEnterBackground ( UIApplication application ) : void
application UIApplication
Résultat void

FinishedLaunching() public méthode

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

FinishedLaunching() public méthode

public FinishedLaunching ( UIApplication application ) : void
application UIApplication
Résultat void

OnActivated() public méthode

public OnActivated ( UIApplication application ) : void
application UIApplication
Résultat void

ReceivedLocalNotification() public méthode

public ReceivedLocalNotification ( UIApplication application, UILocalNotification notification ) : void
application UIApplication
notification UILocalNotification
Résultat void

SetFocusOnLocation() public méthode

public SetFocusOnLocation ( BikeLocation bike ) : void
bike BikeLocation
Résultat void

WillEnterForeground() public méthode

public WillEnterForeground ( UIApplication application ) : void
application UIApplication
Résultat void

Property Details

MainView public_oe property

public UIView MainView
Résultat UIView

infoPage public_oe property

public InfoViewController infoPage
Résultat InfoViewController

map public_oe property

public MapViewController,LondonBike map
Résultat MapViewController

near public_oe property

public NearDialogViewController,LondonBike near
Résultat NearDialogViewController

tabBar public_oe property

public UITabBarController tabBar
Résultat UITabBarController

tabControllers public_oe property

public UIViewController[] tabControllers
Résultat UIViewController[]

timer public_oe property

public TimerViewController,LondonBike timer
Résultat TimerViewController

tripLog public_oe property

public TripLogViewController tripLog
Résultat TripLogViewController