Hi,
I am using the latest version of xamarin sdk for esri i.e. 100.5.0, and wish to implement different load modes while loading Feature layers. For example the ON_DEMAND, SNAPSHOT, AUTO modes are described on android sdk for java as well as the esri web sdk.
OnDemand mode | ArcGIS for Developers, Snapshot mode | ArcGIS for Developers
However these operational modes are not available on the Feature Layer class in the xamarin sdk, Is there any way to set the way the layers are loaded. Is the Feature Rendering mode same as this, where we can set the properties to dynamic or static loading of layers ??
Thanks
It's there:
ServiceFeatureTable.FeatureRequestMode Property
Note though, that your are linking to the old 10.2 documentation. At lot has changed in the 100.x releases, and the concepts around this are slightly different.