class Response


Summary

Public properties

String?
String?

This can be null iff we cannot communicate with the broadcast receiver of the target process (e.g. app does not offer Perfetto tracing) or if we cannot parse the response from the receiver.

Int

Public properties

message

Added in 1.0.0
val messageString?

requiredVersion

Added in 1.0.0
val requiredVersionString?

This can be null iff we cannot communicate with the broadcast receiver of the target process (e.g. app does not offer Perfetto tracing) or if we cannot parse the response from the receiver. In either case, tracing is unlikely to work under these circumstances, and more context on how to proceed can be found in resultCode or message properties.

resultCode

Added in 1.0.0
val resultCodeInt