C# Class ScheduleApp.Droid.MainActivity

Inheritance: global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
显示文件 Open project: AndyCYao/AndroidSchedulerApp

Protected Methods

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

Private Methods

Method Description
HandleReceivedMessages ( ) : void
WireUpTaskNotification ( ) : 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

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void