Method | Description | |
---|---|---|
StartActivityForResult ( Android.Content.Intent intent, int requestCode ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void | ||
OnCreate ( Bundle bundle ) : void | ||
OnDestroy ( ) : void | ||
OnNewIntent ( Android.Content.Intent intent ) : void | ||
OnPause ( ) : void | ||
OnRestart ( ) : void | ||
OnResume ( ) : void | ||
OnSaveInstanceState ( Bundle outState ) : void | ||
OnStart ( ) : void | ||
OnStop ( ) : void |
protected OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void | ||
requestCode | int | |
resultCode | Result | |
data | Android.Content.Intent | |
return | void |
protected OnNewIntent ( Android.Content.Intent intent ) : void | ||
intent | Android.Content.Intent | |
return | void |
protected OnSaveInstanceState ( Bundle outState ) : void | ||
outState | Bundle | |
return | void |
public StartActivityForResult ( Android.Content.Intent intent, int requestCode ) : void | ||
intent | Android.Content.Intent | |
requestCode | int | |
return | void |