C# Class aadiandroid.MainActivity

Inheritance: Android.App.ListActivity, IBeaconConsumer
显示文件 Open project: simonguest/gids

Public Methods

Method Description
EnteredRegion ( object sender, MonitorEventArgs e ) : void
ExitedRegion ( object sender, MonitorEventArgs e ) : void
MainActivity ( ) : System
OnIBeaconServiceConnect ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnResume ( ) : void

Private Methods

Method Description
RangingBeaconsInRegion ( object sender, RangeEventArgs e ) : void

Method Details

EnteredRegion() public method

public EnteredRegion ( object sender, MonitorEventArgs e ) : void
sender object
e MonitorEventArgs
return void

ExitedRegion() public method

public ExitedRegion ( object sender, MonitorEventArgs e ) : void
sender object
e MonitorEventArgs
return void

MainActivity() public method

public MainActivity ( ) : System
return System

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnIBeaconServiceConnect() public method

public OnIBeaconServiceConnect ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void