Interface IOnJSONDataSourceCreated
Namespace: Com.Telerik.Android.Data
Assembly: Telerik.Xamarin.Android.Data.dll
Syntax
public interface IOnJSONDataSourceCreated : IJavaObject, IDisposable, IJavaPeerable
Methods
OnDataSourceCreated(RadDataSource)
OnError(JSONException)
Declaration
void OnError(JSONException p0)
Parameters
Org.Json.JSONException
p0
|