public interface

VDARAjaxAppDataProvider

com.vidinoti.android.vdarsdk.VDARAjaxAppDataProvider

Class Overview

Describe a provider that can produce data for custom Ajax requests that are generated from the underlying JavaScript Annotation system PixLive JS

Summary

Public Methods
abstract String produceDataForAppAjaxRequest(String url, String data)
Return the data for the App Ajax request corresponding to the provided URL with the provided data.

Public Methods

public abstract String produceDataForAppAjaxRequest (String url, String data)

Return the data for the App Ajax request corresponding to the provided URL with the provided data. Data can be null

Parameters
url The URL as a String as it can be an URL with a custom protocol
data The data, if any or null if there is no data
Returns
  • The produced data as a string or null if an error occurred.