SandboxedSdkInfo
public final class SandboxedSdkInfo
Information about runtime enabled SDK. Could represent SDK loaded in sandbox or locally loaded SDK.
Summary
Public constructors |
|---|
This method is deprecated. This library is no longer supported. |
Public methods |
|
|---|---|
boolean |
This method is deprecated. This library is no longer supported. |
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 |
This method is deprecated. This library is no longer supported. |
Public constructors
SandboxedSdkInfo
publicSandboxedSdkInfo(@NonNull String name, long version)
Public methods
getName
public final @NonNull StringgetName()
Sdk Name. This is a value of android:name attribute
getVersion
public final long getVersion()Sdk Version. This is a value of android:versionMajor attribute