Companion

object Companion

Functions

Link copied to clipboard
@JvmStatic
fun instance(): RainbowSdk

Retrieves the singleton instance of the Rainbow SDK, granting access to various services.

Link copied to clipboard
operator fun invoke(): RainbowSdk

Calls the invoke operator to retrieve the singleton instance of the Rainbow SDK. Equivalent to invoking the instance method.