PickupResponse

data class PickupResponse(val type: PickupRunner.PickupResponseType, val message: Message)(source)

The PickupResponse data class represents the response from the pickup functionality. It includes the type of response (PickupResponseType) and a Message object.

Constructors

Link copied to clipboard
constructor(type: PickupRunner.PickupResponseType, message: Message)

Properties

Link copied to clipboard

The message object.

Link copied to clipboard

The type of pickup response.