Property | Type | Description | |
---|---|---|---|
LogEntryItemCollectionProperty |
Property | Type | Description | |
---|---|---|---|
AddLogEntry | void | ||
OnBeaconActionResolvedAsync | void | ||
OnBeaconEventAsync | void | ||
OnFailedToResolveBeaconActionAsync | void | ||
OnScannerStatusChangedAsync | void | ||
OnToggleBackgroundTaskButtonClicked | void | ||
SetBackgroundTaskEnabledAsync | void |
Method | Description | |
---|---|---|
MainPage ( ) : SensorbergSDK |
Constructor.
|
Method | Description | |
---|---|---|
OnNavigatedTo ( |
Method | Description | |
---|---|---|
AddLogEntry ( string message ) : void | ||
OnBeaconActionResolvedAsync ( object sender, |
Handles incoming beacon actions, when the application is running.
|
|
OnBeaconEventAsync ( object sender, |
Called when the scanner detects a beacon.
|
|
OnFailedToResolveBeaconActionAsync ( object sender, string e ) : void |
Normally we would not care about this, but for demonstrative purposes lets log these events too.
|
|
OnScannerStatusChangedAsync ( object sender, ScannerStatus e ) : void |
Called when the status of the scanner is changed.
|
|
OnToggleBackgroundTaskButtonClicked ( object sender, |
Enables/disables the background task.
|
|
SetBackgroundTaskEnabledAsync ( bool enabled ) : void |
protected OnNavigatedTo ( |
||
e | ||
return | void |