public class

VDARContextPrior

extends VDARPrior
java.lang.Object
   ↳ com.vidinoti.android.vdarsdk.VDARPrior
     ↳ com.vidinoti.android.vdarsdk.VDARContextPrior

Class Overview

Represent a context prior. It allows synchronizing a specific context.

Summary

Public Constructors
VDARContextPrior()
Construct a new prior with a null context ID.
VDARContextPrior(String contextID)
Constructs a new prior for the given context ID
Public Methods
boolean equals(Object o)
String getContextID()
int hashCode()
void setContextID(String contextID)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VDARContextPrior ()

Construct a new prior with a null context ID. You must set a valid context ID before using this prior.

public VDARContextPrior (String contextID)

Constructs a new prior for the given context ID

Parameters
contextID the context public ID

Public Methods

public boolean equals (Object o)

Since: API Level

public String getContextID ()

public int hashCode ()

Since: API Level

public void setContextID (String contextID)

public String toString ()

Since: API Level