Interface CreateContactGroupCompletionHandler


  • public interface CreateContactGroupCompletionHandler
    Defines an interface that the client application needs to implement to receive the result of an operation requested on various contact related methods.
    • Method Detail

      • onSuccess

        void onSuccess​(ContactGroup contactGroup)
        Reports that the operation was successfully completed.
        Parameters:
        contactGroup - newly created contact group.
      • onError

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