public interface

VDARRemoteControllerListener

com.vidinoti.android.vdarsdk.VDARRemoteControllerListener

Class Overview

Can be used to monitor synchronization progress of a request made through the VDARRemoteController object.

Summary

Public Methods
abstract void onSyncProgress(VDARRemoteController controller, float progress, boolean isReady, String folder)
Called when the remote controller has progressed in its task list.

Public Methods

public abstract void onSyncProgress (VDARRemoteController controller, float progress, boolean isReady, String folder)

Called when the remote controller has progressed in its task list.

Parameters
controller The remote controller, which has progressed
progress The progress (between 0 and 100, 100 meaning that the task is completed.)
isReady Returns true when recognition is ready to use (default: false)
folder The name of the folder which the model being downloaded is contained