Interface UpdateContactCompletionHandler


  • public interface UpdateContactCompletionHandler
    Defines an interface that the client application needs to implement to receive the result of an add contact operation.
    • Method Detail

      • onSuccess

        void onSuccess​(Contact contact)
        Reports that the operation was successfully completed.
        Parameters:
        contact - the contact which was updated.
      • onError

        void onError​(ContactException error)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.