C# 클래스 ArcGISRuntimeXamarin.CategoriesActivity

상속: Android.App.Activity
파일 보기 프로젝트 열기: Esri/arcgis-runtime-samples-dotnet

공개 메소드들

메소드 설명
CreateSampleModel ( byte jsonInBytes ) : SampleModel
CreateSampleStructureMap ( byte jsonInBytes ) : SampleStructureMap
loadJSONFromAsset ( ) : byte[]

보호된 메소드들

메소드 설명
OnCreate ( Bundle bundle ) : void

비공개 메소드들

메소드 설명
CategoriesItemClick ( object sender, Android.Widget.AdapterView e ) : void

메소드 상세

CreateSampleModel() 공개 메소드

public CreateSampleModel ( byte jsonInBytes ) : SampleModel
jsonInBytes byte
리턴 ArcGISRuntimeXamarin.Models.SampleModel

CreateSampleStructureMap() 공개 메소드

public CreateSampleStructureMap ( byte jsonInBytes ) : SampleStructureMap
jsonInBytes byte
리턴 ArcGISRuntimeXamarin.Models.SampleStructureMap

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void

loadJSONFromAsset() 공개 메소드

public loadJSONFromAsset ( ) : byte[]
리턴 byte[]