Method | Description | |
---|---|---|
App ( ) : Microsoft.Band |
Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
|
Method | Description | |
---|---|---|
OnLaunched ( |
Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.
|
Method | Description | |
---|---|---|
GetBandNotifications ( ) : void | ||
GsrMonitor ( ) : void | ||
Gsr_ReadingChanged ( object sender, Microsoft |
||
GyroscopeMonitor ( ) : void | ||
Gyroscope_ReadingChanged ( object sender, Microsoft |
||
HeartRate_ReadingChanged ( object sender, Microsoft |
||
OnNavigationFailed ( object sender, |
Invoked when Navigation to a certain page fails
|
|
OnSuspending ( object sender, |
Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.
|
|
PedometerMonitor ( ) : void | ||
Pedometer_ReadingChanged ( object sender, Microsoft |
||
SendLiveData ( string type, double value ) : void | ||
SetBandTile ( ) : void | ||
SkinTemperature_ReadingChanged ( object sender, Microsoft |
||
TileManager_TileOpened ( object sender, BandTileEventArgs |
||
UVMonitor ( ) : void | ||
UV_ReadingChanged ( object sender, Microsoft |
||
deleteExistingTile ( System.Guid guid ) : void | ||
heartRateMonitor ( ) : void | ||
skinTemperatureMonitor ( ) : void |
protected OnLaunched ( |
||
e | Details about the launch request and process. | |
return | void |