Interface ContactListener


  • public interface ContactListener
    Interface that can be used to retrieve status updates for a Contact.
    • Method Detail

      • onContactUpdated

        void onContactUpdated​(Contact contact)
        Occurs when some field of the contact changes, either through local or remote actions.
        Parameters:
        contact - The contact that was updated.