/// <summary> /// Actualises the listener when the pages changes. /// </summary> public virtual void OnNavigatedTo(NavigationEventArgs nea) { LinphoneManager.Instance.CallListener = this; CurrentPage = this.Page; UIDispatcher = this.Page.Dispatcher; }