An Intent object can be either a basic intent, which specifies the data to send or reply with directly, or a PostingIntent which posts the data as a separate operation
Result of an exchange operation returned from ModalRequest.open()
Indicates a match was made
Information about peer the exchange was performed with
Exchange result. Specific result depends on the matcher.
Indicates no match was made
A posting intent produces the offer or response data with a callback, but instead of returning the data from the callback sends it to a separate posting function. This allows sending transferable objects to the peer (including MessagePorts) and controlling the MatchResult value
poppyio package version
Generated using TypeDoc
A simple object matcher can be used to send or receive a single object.