Top

iOS | Draft Message

Commentaires

3 commentaires

  • 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
    Actions pour les commentaires Permalien
  • 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
    Actions pour les commentaires Permalien
  • 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
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

Vous n'avez pas trouvé ce que vous cherchez?

  • Contactez-nous

    Vous avez des questions? Laissez-nous un message pour obtenir plus d'informations.

    Contactez-nous
  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message