ChatterBox.Client.Win8dot1.Services.ForegroundSignalingUpdateService.GetForegroundState C# (CSharp) Method

GetForegroundState() public method

public GetForegroundState ( ) : ForegroundState
return ChatterBox.Client.Common.Communication.Foreground.Dto.ForegroundState
        public ForegroundState GetForegroundState()
        {
            return new ForegroundState { IsForegroundVisible = true };
        }