C# Class Appspotdemo.Mono.Droid.AppRTCDemoActivity

Inheritance: Android.App.Activity, AppRTCClient.IceServersObserver
Afficher le fichier Open project: kenneththorman/appspotdemo-mono Class Usage Examples

Private Properties

Свойство Type Description
InitializeInstanceFields void
abortUnless void
connectToRoom void
disconnectAndExit void
jsonPut void
logAndToast void
preferISAC string
sendMessage void
showGetRoomUI void

Méthodes publiques

Méthode Description
AppRTCDemoActivity ( ) : System.Collections.Generic
onIceServers ( IList iceServers ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle savedInstanceState ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnResume ( ) : void

Private Methods

Méthode Description
InitializeInstanceFields ( ) : void
abortUnless ( bool condition, string msg ) : void
connectToRoom ( string roomUrl ) : void
disconnectAndExit ( ) : void
jsonPut ( Org.Json.JSONObject json, string key, Java value ) : void
logAndToast ( string msg ) : void
preferISAC ( string sdpDescription ) : string
sendMessage ( Org.Json.JSONObject json ) : void
showGetRoomUI ( ) : void

Method Details

AppRTCDemoActivity() public méthode

public AppRTCDemoActivity ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OnCreate() protected méthode

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

onIceServers() public méthode

public onIceServers ( IList iceServers ) : void
iceServers IList
Résultat void