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

Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode Description
VideoPage ( bool isCallInitiator, User mainUser, List users, VideoChatMessage videoMessage, bool isVideoCall ) : System

Méthodes protégées

Méthode Description
OnAppearing ( ) : void
OnBackButtonPressed ( ) : bool
OnDisappearing ( ) : void

Method Details

OnAppearing() protected méthode

protected OnAppearing ( ) : void
Résultat void

OnBackButtonPressed() protected méthode

protected OnBackButtonPressed ( ) : bool
Résultat bool

OnDisappearing() protected méthode

protected OnDisappearing ( ) : void
Résultat void

VideoPage() public méthode

public VideoPage ( bool isCallInitiator, User mainUser, List users, VideoChatMessage videoMessage, bool isVideoCall ) : System
isCallInitiator bool
mainUser User
users List
videoMessage VideoChatMessage
isVideoCall bool
Résultat System