LiveModeChange

fmgp.did.comm.protocol.pickup3.LiveModeChange
See theLiveModeChange companion object
final case class LiveModeChange(id: MsgID, from: FROM, to: TO, live_delivery: Boolean)

Live Mode is changed with a live-delivery-change message.

{
 "id": "123456780",
 "type": "https://didcomm.org/messagepickup/3.0/live-delivery-change",
 "body": { "live_delivery": true }
}

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product