DeclarationMessageMe

data class DeclarationMessageMe(val messageMeUrl: Uri, val showButtonTo: DeclarationMessageMeShowButtonTo)

Parameters

messageMeUrl

A URL to present to an account that does not have its own com.germnetwork.declaration record, must have an empty fragment component, where the app should fill in the fragment component with the DIDs of the two accounts who wish to message each other

showButtonTo

The policy of who can message the account, this value is included in the keyPackage, but is duplicated here to allow applications to decide if they should show a 'Message on Germ' button to the viewer.

Constructors

Link copied to clipboard
constructor(messageMeUrl: Uri, showButtonTo: DeclarationMessageMeShowButtonTo)

Properties

Link copied to clipboard

A URL to present to an account that does not have its own com.germnetwork.declaration record, must have an empty fragment component, where the app should fill in the fragment component with the DIDs of the two accounts who wish to message each other

Link copied to clipboard

The policy of who can message the account, this value is included in the keyPackage, but is duplicated here to allow applications to decide if they should show a 'Message on Germ' button to the viewer.