Top

iOS | Draft Message

Kommentare

3 Kommentare

  • Le-Trong-Nghia HUYNH

    Hello,

    You just need to create a new DraftMessage object, define values you need and set it to the conversation.

    For example:

            let draftMessage = DraftMessage()

            draftMessage.text = text

            draftMessage.priority = messagePriority

            draftMessage.mentionedParticipants = mentionedParticipants

            conversation.draftMessage = draftMessage

    0
    Aktionen für Kommentare Permalink
  • Patrik Spisak

    Thanks, I thought that draft is also saved on server, did not expect that is only assigned as object and pass back to conversation object.

    0
    Aktionen für Kommentare Permalink
  • Le-Trong-Nghia HUYNH

    The draft message is only local and is not shared by clients through server. Also, the value is only saved in memory so if the user terminates the app and relaunches it, the draft message is reset.

    0
    Aktionen für Kommentare Permalink

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Sie können immer noch nicht finden, was Sie brauchen?

  • Kontaktieren Sie uns

    Haben Sie eine Frage zu Rainbow? Hinterlassen Sie uns eine Nachricht, um weitere Informationen zu erhalten.

    Kontakt
  • Fragen Sie die Gemeinschaft

    Brauchen Sie Hilfe? Stellen Sie Ihre Fragen in der Community, um Antworten von anderen Rainbow-Benutzern zu erhalten.

    Nachricht posten