TargetInfoChangedParameter

@Serializable
data class TargetInfoChangedParameter(val targetInfo: Target.TargetInfo)

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

Constructors

Link copied to clipboard
constructor(targetInfo: Target.TargetInfo)

Properties

Link copied to clipboard