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)

This function is deprecated. This library is no longer supported.

Public functions

open operator Boolean
equals(other: Any?)

This function is deprecated. This library is no longer supported.

open Int

This function is deprecated. This library is no longer supported.

Public properties

String

This property is deprecated. This library is no longer supported.

Long

This property is deprecated. This library is no longer supported.

Public constructors

SandboxedSdkInfo

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
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-alpha19
Deprecated in 1.0.0-alpha19
val nameString

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

version

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
val versionLong

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