| ... | ... | @@ -7,18 +7,18 @@ This is the compose screen. |
|
|
|
### input states
|
|
|
|
|
|
|
|
if the sendView is called you may set the attributes
|
|
|
|
* prefilledMail
|
|
|
|
* `prefilledMail`
|
|
|
|
the contents of this mail will be set in the sendView
|
|
|
|
* invite
|
|
|
|
* `invite`
|
|
|
|
the composed mail will be a invite mail. We will show the invite button (in the menu of the iconButton [navigationBar]) in the sendView if this value is false and a postcard is composed.
|
|
|
|
* sendViewDelegate
|
|
|
|
* `sendViewDelegate`
|
|
|
|
important for reaction to output states
|
|
|
|
* enforcePostcard
|
|
|
|
* `enforcePostcard`
|
|
|
|
even if there are only recipients with known keys present send a postcard to everybody. This value may be changed by user while editing the composition
|
|
|
|
|
|
|
|
### output states
|
|
|
|
|
|
|
|
have a look at the SendViewDelegate, if you want to interact with these states.
|
|
|
|
have a look at the `SendViewDelegate`, if you want to interact with these states.
|
|
|
|
|
|
|
|
the state after composing is one of the following:
|
|
|
|
* composition is discarded
|
| ... | ... | |
| ... | ... | |