Пример #1
0
 /// <summary>
 /// Called when the provider status changes.
 /// </summary>
 /// <param name="provider">The name of the location provider associated with this update.</param>
 /// <param name="status">The status.</param>
 /// <param name="extras">The extras.</param>
 public void OnStatusChanged(string provider, Availability status, Bundle extras)
 {
     StatusChanged.SafeInvoke(this);
 }
Пример #2
0
 /// <summary>
 /// Notify that the platform memory status has changed.
 /// </summary>
 protected virtual void OnStatusChanged(PlatformMemoryStatusEventArgs args)
 {
     StatusChanged?.SafeInvoke(this, args);
 }