Property | Type | Description | |
---|---|---|---|
Activate | void | ||
Deactivate | void | ||
FireEvent | void | ||
IsServiceAvailable | bool | ||
geolocator_PositionChanged | void |
Method | Description | |
---|---|---|
OnPause ( object sender, DeactivatedEventArgs e ) : void |
Occurs when the application is being deactivated.
|
|
OnResume ( object sender, ActivatedEventArgs e ) : void |
Occurs when the application is being made active after previously being put into a dormant state or tombstoned.
|
|
disable ( string args ) : void | ||
enable ( string args ) : void |
Method | Description | |
---|---|---|
Activate ( ) : void | ||
Deactivate ( ) : void | ||
FireEvent ( Event Event, string Param ) : void |
Fires the given event.
|
|
IsServiceAvailable ( ) : bool | ||
geolocator_PositionChanged ( |
public OnPause ( object sender, DeactivatedEventArgs e ) : void | ||
sender | object | |
e | DeactivatedEventArgs | |
return | void |
public OnResume ( object sender, ActivatedEventArgs e ) : void | ||
sender | object | |
e | ActivatedEventArgs | |
return | void |