C# Class aadiandroid.MainActivity

Inheritance: Android.App.ListActivity, IBeaconConsumer
Afficher le fichier Open project: simonguest/gids

Méthodes publiques

Méthode Description
EnteredRegion ( object sender, MonitorEventArgs e ) : void
ExitedRegion ( object sender, MonitorEventArgs e ) : void
MainActivity ( ) : System
OnIBeaconServiceConnect ( ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnResume ( ) : void

Private Methods

Méthode Description
RangingBeaconsInRegion ( object sender, RangeEventArgs e ) : void

Method Details

EnteredRegion() public méthode

public EnteredRegion ( object sender, MonitorEventArgs e ) : void
sender object
e MonitorEventArgs
Résultat void

ExitedRegion() public méthode

public ExitedRegion ( object sender, MonitorEventArgs e ) : void
sender object
e MonitorEventArgs
Résultat void

MainActivity() public méthode

public MainActivity ( ) : System
Résultat System

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnIBeaconServiceConnect() public méthode

public OnIBeaconServiceConnect ( ) : void
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void