C# Class Appspotdemo.Mono.Droid.AppRTCDemoActivity

Inheritance: Android.App.Activity, AppRTCClient.IceServersObserver
ファイルを表示 Open project: kenneththorman/appspotdemo-mono Class Usage Examples

Private Properties

Property Type Description
InitializeInstanceFields void
abortUnless void
connectToRoom void
disconnectAndExit void
jsonPut void
logAndToast void
preferISAC string
sendMessage void
showGetRoomUI void

Public Methods

Method Description
AppRTCDemoActivity ( ) : System.Collections.Generic
onIceServers ( IList iceServers ) : void

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnResume ( ) : void

Private Methods

Method 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 method

public AppRTCDemoActivity ( ) : System.Collections.Generic
return System.Collections.Generic

OnCreate() protected method

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void

onIceServers() public method

public onIceServers ( IList iceServers ) : void
iceServers IList
return void