MultipazProject
Toggle table of contents
common
ios
javaShared
Target filter
common
ios
javaShared
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.util
/
UUID
UUID
data
class
UUID
(
val
mostSignificantBits
:
ULong
,
val
leastSignificantBits
:
ULong
)
Members
Members & Extensions
Constructors
UUID
Link copied to clipboard
constructor
(
mostSignificantBits
:
ULong
,
leastSignificantBits
:
ULong
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
least
Significant
Bits
Link copied to clipboard
val
leastSignificantBits
:
ULong
most
Significant
Bits
Link copied to clipboard
val
mostSignificantBits
:
ULong
Functions
to
Byte
Array
Link copied to clipboard
fun
toByteArray
(
)
:
ByteArray
to
Java
Uuid
Link copied to clipboard
javaShared
fun
UUID
.
toJavaUuid
(
)
:
ERROR CLASS: Symbol not found for java.util.UUID
to
NSUUID
Link copied to clipboard
ios
fun
UUID
.
toNSUUID
(
)
:
ERROR CLASS: Symbol not found for NSUUID
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String