class SandboxedSdkInfo


Information about runtime enabled SDK. Could represent SDK loaded in sandbox or locally loaded SDK.

Summary

Public constructors

SandboxedSdkInfo(name: String, version: Long)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

String

Sdk Name.

Long

Sdk Version.

Public constructors

SandboxedSdkInfo

Added in 1.0.0-alpha13
SandboxedSdkInfo(name: String, version: Long)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

name

Added in 1.0.0-alpha13
val nameString

Sdk Name. This is a value of android:name attribute tag of SDK Manifest.

version

Added in 1.0.0-alpha13
val versionLong

Sdk Version. This is a value of android:versionMajor attribute tag of SDK Manifest.