C# Class ChatterBox.Client.Win8dot1.Services.ForegroundSignalingUpdateService

Inheritance: IForegroundUpdateService, IForegroundChannel
Show file Open project: openpeer/ChatterBox

Public Methods

Method Description
ForegroundSignalingUpdateService ( CoreDispatcher uiDispatcher ) : ChatterBox.Client.Common.Communication.Foreground
GetForegroundState ( ) : ForegroundState
GetShownUserId ( ) : string
OnSignaledPeerDataUpdated ( ) : void
OnSignaledRegistrationStatusUpdated ( ) : void
OnSignaledRelayMessagesUpdated ( ) : void
OnUpdateFrameFormat ( FrameFormat frameFormat ) : void
OnUpdateFrameRate ( FrameRate frameRate ) : void
OnVoipState ( VoipState state ) : void

Protected Methods

Method Description
RunOnUiThread ( System.Action fn ) : void

Method Details

ForegroundSignalingUpdateService() public method

public ForegroundSignalingUpdateService ( CoreDispatcher uiDispatcher ) : ChatterBox.Client.Common.Communication.Foreground
uiDispatcher Windows.UI.Core.CoreDispatcher
return ChatterBox.Client.Common.Communication.Foreground

GetForegroundState() public method

public GetForegroundState ( ) : ForegroundState
return ChatterBox.Client.Common.Communication.Foreground.Dto.ForegroundState

GetShownUserId() public method

public GetShownUserId ( ) : string
return string

OnSignaledPeerDataUpdated() public method

public OnSignaledPeerDataUpdated ( ) : void
return void

OnSignaledRegistrationStatusUpdated() public method

public OnSignaledRegistrationStatusUpdated ( ) : void
return void

OnSignaledRelayMessagesUpdated() public method

public OnSignaledRelayMessagesUpdated ( ) : void
return void

OnUpdateFrameFormat() public method

public OnUpdateFrameFormat ( FrameFormat frameFormat ) : void
frameFormat ChatterBox.Client.Common.Communication.Foreground.Dto.FrameFormat
return void

OnUpdateFrameRate() public method

public OnUpdateFrameRate ( FrameRate frameRate ) : void
frameRate ChatterBox.Client.Common.Communication.Foreground.Dto.FrameRate
return void

OnVoipState() public method

public OnVoipState ( VoipState state ) : void
state ChatterBox.Client.Common.Communication.Foreground.Dto.VoipState
return void

RunOnUiThread() protected method

protected RunOnUiThread ( System.Action fn ) : void
fn System.Action
return void