API reference
API reference
Select your platform
No SDKs available
No versions available

MRUKLoadDeviceResult

MRUKLoadDeviceResult

enum MRUKLoadDeviceResult : Enum<MRUKLoadDeviceResult>
Enum class representing the possible results of a load device operation.

Entries

NameSummary
SUCCESS
Indicates the operation was successful.
ERROR_NO_ROOMS_FOUND
Indicates no rooms were found. User didn’t go through space setup.
ERROR_INSUFFICIENT_RESOURCES
Indicates there were insufficient resources. Try after a short delay again.
ERROR_STORAGE_AT_CAPACITY
Indicates the storage capacity was reached during the operation.
ERROR_INSUFFICIENT_VIEW
Indicates the view was insufficient. The user needs to look around more for anchor tracking to work.
ERROR_PERMISSION_INSUFFICIENT
Indicates insufficient permissions for the operation. The user didn’t gave the permission for the app to load spatial data.
ERROR_RATE_LIMITED
Indicates the operation was rate limited. Try after a short delay again.
ERROR_TOO_DARK
Indicates the environment is too dark.
ERROR_TOO_BRIGHT
Indicates the environment is too bright.
ERROR_UNKNOWN
Indicates an unknown error occurred.

Properties

NameSummary
name
val name: String
ordinal
val ordinal: Int

Functions

NameSummary
valueOf
fun valueOf(value: String): MRUKLoadDeviceResult
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<MRUKLoadDeviceResult>
Returns an array containing the constants of this enum type, in the order they’re declared.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon