Skip to main content
API Reference com.nianticspatial.nsdk.vps2 VPS2Session

trackAnchor

Start tracking an anchor specified by a base64 payload. Returns a 32-byte ASCII uppercase hex identifier encoded as a [UUID] (ByteArray). Use [anchorIdToString] to convert it to a printable string.

Declaration

fun trackAnchor(payload: String): UUID

Summary

Start tracking an anchor specified by a base64 payload. Returns a 32-byte ASCII uppercase hex identifier encoded as a [UUID] (ByteArray). Use [anchorIdToString] to convert it to a printable string.


ON THIS PAGE