public final class SandboxedSdkInfo


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

Summary

Public constructors

SandboxedSdkInfo(@NonNull String name, long version)

Public methods

boolean
equals(Object other)
final @NonNull String

Sdk Name.

final long

Sdk Version.

int

Public constructors

SandboxedSdkInfo

Added in 1.0.0-alpha13
public SandboxedSdkInfo(@NonNull String name, long version)

Public methods

equals

public boolean equals(Object other)

getName

Added in 1.0.0-alpha13
public final @NonNull String getName()

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

getVersion

Added in 1.0.0-alpha13
public final long getVersion()

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

hashCode

public int hashCode()