SessionCreateApkRequired


public final class SessionCreateApkRequired extends SessionCreateResult


Result of an unsuccessful Session.create call. The device has a requiredApk that is outdated, was unable to confirm availability, or is not installed.

Summary

Public constructors

Public methods

final @NonNull String

the fully qualified name of the package that is missing or needs to be updated.

Public constructors

SessionCreateApkRequired

Added in 1.0.0-alpha05
public SessionCreateApkRequired(@NonNull String requiredApk)

Public methods

getRequiredApk

Added in 1.0.0-alpha05
public final @NonNull String getRequiredApk()

the fully qualified name of the package that is missing or needs to be updated.