C# Class Xamarin.Forms.Conference.WebRTC.VideoViewModel

Inheritance: ViewModel
Exibir arquivo Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
OnAppearing ( ) : void
OnBackButtonPressed ( ) : bool
OnDisappearing ( ) : void
VideoViewModel ( bool isCallInitiator, User mainUser, List users, VideoChatMessage videoMessage, bool isVideoCall ) : System

Private Methods

Method Description
AnswerCommandExecute ( object obj ) : void
CanCommandExecute ( object arg ) : bool
EndOfCallCommandExecute ( object obj ) : void
IncomingDropMessage ( object sender, VideoChatMessage e ) : void
LoadCallInfo ( ) : void
OnCallDownEvent ( object sender, EventArgs e ) : void
OnCallUpEvent ( object sender, EventArgs e ) : void
RejectCommandExecute ( object obj ) : void

Method Details

OnAppearing() public method

public OnAppearing ( ) : void
return void

OnBackButtonPressed() public method

public OnBackButtonPressed ( ) : bool
return bool

OnDisappearing() public method

public OnDisappearing ( ) : void
return void

VideoViewModel() public method

public VideoViewModel ( bool isCallInitiator, User mainUser, List users, VideoChatMessage videoMessage, bool isVideoCall ) : System
isCallInitiator bool
mainUser User
users List
videoMessage VideoChatMessage
isVideoCall bool
return System