Top

iOS | Draft Message

Comentarios

3 comentarios

  • 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
    Acciones de comentarios 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
    Acciones de comentarios 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
    Acciones de comentarios Permalink

Iniciar sesión para dejar un comentario.

¿Todavía no puedes encontrar lo que necesitas?

  • Contáctenos

    ¿Tiene alguna pregunta sobre Rainbow? Déjenos un mensaje para obtener más información.

    Contacte con
  • Pregunte a la Comunidad

    ¿Necesitas ayuda? Haz tus preguntas en la Comunidad para obtener respuestas de otros usuarios de Rainbow.

    Enviar un mensaje.