C# Class ArcGISRuntimeXamarin.CategoriesActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Méthodes publiques

Méthode Description
CreateSampleModel ( byte jsonInBytes ) : SampleModel
CreateSampleStructureMap ( byte jsonInBytes ) : SampleStructureMap
loadJSONFromAsset ( ) : byte[]

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode Description
CategoriesItemClick ( object sender, Android.Widget.AdapterView e ) : void

Method Details

CreateSampleModel() public méthode

public CreateSampleModel ( byte jsonInBytes ) : SampleModel
jsonInBytes byte
Résultat ArcGISRuntimeXamarin.Models.SampleModel

CreateSampleStructureMap() public méthode

public CreateSampleStructureMap ( byte jsonInBytes ) : SampleStructureMap
jsonInBytes byte
Résultat ArcGISRuntimeXamarin.Models.SampleStructureMap

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

loadJSONFromAsset() public méthode

public loadJSONFromAsset ( ) : byte[]
Résultat byte[]