C# Class ChatterBox.Client.Presentation.Shared.ViewModels.SettingsViewModel

Inheritance: BindableBase
Show file Open project: openpeer/ChatterBox Class Usage Examples

Public Methods

Method Description
OnNavigatedFrom ( ) : void
OnNavigatedTo ( ) : void
SetSelectedCapResItem ( ) : void
SettingsViewModel ( IUnityContainer container, CoreDispatcher dispatcher ) : System

Private Methods

Method Description
GetVideoCaptureCapabilities ( MediaDevice device ) : Task
LoadSettings ( ) : System.Threading.Tasks.Task
OnAddIceServerCommandExecute ( ) : void
OnCloseCommandExecute ( ) : void
OnDeleteIceServerCommandExecute ( IceServerViewModel iceServerVm ) : void
OnQuitAppCommandExecute ( ) : void
OnSaveCommandExecute ( ) : void
SetSelectedCamera ( ) : void
handleNtpSynFailed ( ) : void
handleNtpTimeSync ( long ntpTime ) : void

Method Details

OnNavigatedFrom() public method

public OnNavigatedFrom ( ) : void
return void

OnNavigatedTo() public method

public OnNavigatedTo ( ) : void
return void

SetSelectedCapResItem() public method

public SetSelectedCapResItem ( ) : void
return void

SettingsViewModel() public method

public SettingsViewModel ( IUnityContainer container, CoreDispatcher dispatcher ) : System
container IUnityContainer
dispatcher Windows.UI.Core.CoreDispatcher
return System