C# 클래스 Appspotdemo.Mono.Droid.AppRTCDemoActivity

상속: Android.App.Activity, AppRTCClient.IceServersObserver
파일 보기 프로젝트 열기: kenneththorman/appspotdemo-mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeInstanceFields void
abortUnless void
connectToRoom void
disconnectAndExit void
jsonPut void
logAndToast void
preferISAC string
sendMessage void
showGetRoomUI void

공개 메소드들

메소드 설명
AppRTCDemoActivity ( ) : System.Collections.Generic
onIceServers ( IList iceServers ) : void

보호된 메소드들

메소드 설명
OnCreate ( Bundle savedInstanceState ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnResume ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AppRTCDemoActivity() 공개 메소드

public AppRTCDemoActivity ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OnCreate() 보호된 메소드

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
리턴 void

OnDestroy() 보호된 메소드

protected OnDestroy ( ) : void
리턴 void

OnPause() 보호된 메소드

protected OnPause ( ) : void
리턴 void

OnResume() 보호된 메소드

protected OnResume ( ) : void
리턴 void

onIceServers() 공개 메소드

public onIceServers ( IList iceServers ) : void
iceServers IList
리턴 void