Top

iOS | Draft Message

Comentários

3 comentários

  • 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
    Ações de comentário 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
    Ações de comentário 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
    Ações de comentário Permalink

Por favor, entrar para comentar.

Ainda não consegue encontrar o que você precisa?

  • Contate-nos

    Você tem alguma pergunta sobre o Rainbow? Deixe-nos uma mensagem para obter mais informações.

    Contato
  • Pergunte à Comunidade

    Você precisa de ajuda? Faça suas perguntas na Comunidade para obter respostas de outros usuários do Rainbow.

    Enviar mensagem