aries / net.globalid.aries.features.connection.models.message / ConnectionInvitationMessage / <init>

<init>

ConnectionInvitationMessage(label: String?, imageUrl: String? = null, did: String? = null, serviceEndpoint: String?, routingKeys: List<String>?, recipientKeys: List<String>?)

Connection invitation message

Read more here

represents a message with Public Invitation DID (other fields are null) example: "did": "did:sov:QmWbsNYhMrjHiqZDTUTEJs" or represents a message with Keys and URL endpoints (did is null) example: "serviceEndpoint": "https://example.com/endpoint" or represents a message with Keys and DID Service Endpoint Reference (did is null) example: "serviceEndpoint": "did:sov:A2wBhNYhMrjHiqZDTUYH7u;routeid"