RemarksFallbackResult

constructor(wirePayload: ByteArray?, remarksStripped: Boolean)(source)

Parameters

wirePayload

The compressed wire bytes if the packet fit under the limit, or null if the caller should drop the packet.

remarksStripped

true if this call stripped the remarks field before compressing — either successfully (wirePayload is non-null) or unsuccessfully (wirePayload is null).