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)

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

Public methods

boolean
equals(Object other)
final @NonNull String

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

final long

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

int

Public constructors

SandboxedSdkInfo

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

Public methods

equals

public boolean equals(Object other)

getName

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
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-alpha19
Deprecated in 1.0.0-alpha19
public final long getVersion()

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

hashCode

public int hashCode()