Ejemplo n.º 1
0
 public void OnApplicationQuit()
 {
     if (subscribedToOrientationManager)
     {
         OrientationManager.UnregisterObserver(this);
         subscribedToOrientationManager = false;
     }
 }
Ejemplo n.º 2
0
 public void StopObserving()
 {
     OrientationManager.UnregisterObserver(this);
 }