C# Class JabbrDroid.ActivityMain

Inheritance: Android.App.Activity
Show file Open project: willhughes/JabbrDroid

Public Methods

Method Description
InitHub ( string hubUri = "http://jabbr.net" ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CallJS ( string method ) : void
Connect ( ) : void
ConnectionOnError ( Exception exception ) : void
ConnectionOnReceived ( string s ) : void
ConnectionOnReconnected ( ) : void
EmitArgs ( Object args ) : void
EmitJArray ( Newtonsoft.Json.Linq.JArray array, int depth ) : void
EmitJObject ( Newtonsoft.Json.Linq.JObject o, int depth ) : void
EmitJToken ( JToken token, int depth ) : void
LogText ( string format ) : void
LogToUI ( string format ) : void
MakeJSParameterSafe ( string message ) : string
OnAddMessage ( JabbrMessage message, string room ) : void
OnAddUser ( JabbrUser user, string room, bool flag ) : void
OnChangeUserName ( string oldName, JabbrUser user, string room ) : void
OnJoinRoom ( JabbrRoom room ) : void
OnLogOn ( JabbrRooms rooms ) : void
OnLogOut ( JabbrRooms rooms ) : void
OnPostNotification ( string notification, string room ) : void
OnShowUserInfo ( JabbrUser user ) : void
Send ( string command ) : void
SendTextboxCommand ( ) : void
TextInputOnKeyPress ( object sender, Android.Views.View keyEventArgs ) : void
button_Click ( object sender, EventArgs e ) : void

Method Details

InitHub() public method

public InitHub ( string hubUri = "http://jabbr.net" ) : void
hubUri string
return void

OnCreate() protected method

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