ArcGISRuntimeXamarin.Samples.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer.OnCreate C# (CSharp) Метод

OnCreate() защищенный Метод

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Результат void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            Title = "Create feature collection layer";

            // Create the UI
            CreateLayout();

            // Initialize the app
            Initialize();
        }