RetrieveDeviceStatusRequest
public class RetrieveDeviceStatusRequest
The request sent to retrieve the current device status. if resend is true, the device will send its last request it is waiting for a response to such as a signature or payment confirmation request
-
indicate if the device should send that lastMessage if it is waiting on a response
Declaration
Swift
public var sendLastMessage: Bool
-
Declaration
Swift
public init(sendLastMessage resend:Bool = false)