public interface

VDARContentEventReceiver

com.vidinoti.android.vdarsdk.VDARContentEventReceiver

Class Overview

Created by loic on 10/08/16. Describe a provider that can dispatch an event from the underlying JavaScript Annotation system PixLive JS to the app

Summary

Public Methods
abstract void onReceiveContentEvent(String eventName, String eventParams)
Called when some context or content dispatch an event to the app

Public Methods

public abstract void onReceiveContentEvent (String eventName, String eventParams)

Called when some context or content dispatch an event to the app

Parameters
eventName The name of the event
eventParams The parameters of the event