ArcGISRuntimeXamarin.Samples.OAuth.Droid.MainActivity.OnCreate C# (CSharp) Méthode

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void
		protected override void OnCreate (Bundle bundle)
		{
			base.OnCreate (bundle);

			global::Xamarin.Forms.Forms.Init (this, bundle);
			LoadApplication (new OAuth.App ());
		}
	}
MainActivity