Package tw.com.lig.sdk.scanner

Types

LiGScanner
Link copied to clipboard
object LiGScanner

LiGScanner is the main entry point for the LiG Scanner SDK.

LigTag
Link copied to clipboard
data class LigTag(status: Int, coordinateX: Float, coordinateY: Float, isDetected: Boolean, deviceId: Long, detectionTime: Long, decodedTime: Long, poseCalculated: Boolean, rotation: Vector3, translation: Vector3, position: Vector3, accessToken: String) : Parcelable

LigTag represents a LigTag device and carries information about its status.

Quaternion
Link copied to clipboard
class Quaternion : Vector4

Represents a quaternion for 3D rotations.

SdkException
Link copied to clipboard
class SdkException(code: Int) : Exception

Exception class for LiG Scanner SDK errors and status notifications.

Transform
Link copied to clipboard
class Transform : Parcelable

Represents a 3D transformation (position and rotation) for AR applications.

Vector3
Link copied to clipboard
open class Vector3 : Parcelable

Represents a 3D vector with x, y, and z components.

Vector4
Link copied to clipboard
open class Vector4 : Parcelable

Represents a 4D vector with x, y, z, and w components.