C# Class ExamplesChat.Android.Activity1

Inheritance: Android.App.Activity
显示文件 Open project: MarcFletcher/NetworkComms.Net

Protected Methods

Method Description
OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
OnCreate ( Bundle bundle ) : void

Method runs after the application has been launched

Private Methods

Method Description
EnableLogging ( ) : void

Enable NetworkComms.Net logging. Useful for debugging.

sendButton_Click ( object sender, EventArgs e ) : void

Event triggered when the send button is clicked

settingsButton_Click ( object sender, EventArgs e ) : void

Method Details

OnActivityResult() protected method

protected OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
requestCode int
resultCode Result
data Android.Content.Intent
return void

OnCreate() protected method

Method runs after the application has been launched
protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void