Top

Adding contact to Roster using email

Respondida

Comentários

2 comentários

  • Olivier ANGUENOT

    Hi Prakash,

    Using IOS, you need to call the following method to do the same as for Android:

    func invite(contact: Contact) {
        ServicesManager.sharedInstance()?.contactsManagerService.inviteContact(contact)
    }
     
    A request will be sent to the Rainbow user. 
     
    In addition to listen to the event `kContactsManagerServiceDidUpdateContact` to be informed when the `sentInvitation` property has changed, you can listen to events `kContactsManagerServiceDidInviteContact` and `kContactsManagerServiceDidFailedToInviteContact`. This can be important because sending an invitation can failed if you send it several times quickly. Only one invitation can be sent to a Rainbow user by hour if the invitation has not been declined by your recipient or canceled by you.
     
    Regards,
    Olivier
    1
    Ações de comentário Permalink
  • Prakash

    Thank you Oliver.

    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