Incompatible

data class Incompatible(val message: String?) : InstallFailure

The operation failed because it is fundamentally incompatible with this device. For example, the app may require a hardware feature that doesn't exist, it may be missing native code for the ABIs supported by the device, or it requires a newer SDK version, etc.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open override val message: String?

Detailed string representation of the status, including raw details that are useful for debugging.