Dynamic

interface Dynamic

Type representing a piece of data with unknown runtime type. Useful for allowing javascript to pass one of multiple types down to the native layer.

Inheritors

Properties

Link copied to clipboard
abstract val isNull: Boolean
Link copied to clipboard
abstract val type: ReadableType

Functions

Link copied to clipboard
abstract fun asArray(): ReadableArray
Link copied to clipboard
abstract fun asBoolean(): Boolean
Link copied to clipboard
abstract fun asDouble(): Double
Link copied to clipboard
abstract fun asInt(): Int
Link copied to clipboard
abstract fun asMap(): ReadableMap
Link copied to clipboard
abstract fun asString(): String
Link copied to clipboard
abstract fun recycle()