SessionCreateApkRequired


class SessionCreateApkRequired : 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 properties

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
SessionCreateApkRequired(requiredApk: String)

Public properties

requiredApk

Added in 1.0.0-alpha05
val requiredApkString

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