public class

VDARCode

extends Object
java.lang.Object
   ↳ com.vidinoti.android.vdarsdk.VDARCode

Class Overview

Represent a specific code (such as QRCodes) detected by the camera.

Summary

Public Methods
String getCodeData()
VDARCodeType getCodeType()
boolean isSpecialCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getCodeData ()

Returns
  • the code data as a String (usually an URL)

public VDARCodeType getCodeType ()

Returns
  • the code type. See VDARCodeType for more infos.
See Also

public boolean isSpecialCode ()

Returns
  • the specialCode

public String toString ()

Since: API Level