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 |
|---|
SessionCreateApkRequired(requiredApk: String) |
Public properties |
|
|---|---|
String |
the fully qualified name of the package that is missing or needs to be updated. |
Public constructors
Public properties
requiredApk
Added in 1.0.0-alpha09
val requiredApk: String
the fully qualified name of the package that is missing or needs to be updated.