MemoryReserveError

data class MemoryReserveError(val minRequiredMemory: Long) : SdkInitError

Indicates that there was not enough memory to reserve for the SDK.

Constructors

Link copied to clipboard
constructor(minRequiredMemory: Long)

Properties

Link copied to clipboard

The minimum amount of memory (in bytes) that was required for successful initialization.

Functions

Link copied to clipboard
open override fun describe(): String