Uuid

Discover how the SDK represents universally unique identifiers.

An RFC 4122 universally unique identifier that the SDK uses to represent the visitor’s client ID.

Croct's mascot winking
Looking for something specific?

Use the search bar at the top of the page or press / to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

PageDescription
randomLearn how to generate a random UUID.
parseLearn how to parse a UUID from a string.
isValidLearn how to check whether a string is a valid UUID.
equalsLearn how to compare two UUIDs.
toStringLearn how to get the string representation of a UUID.