CISCallbackProtocol

@protocol CISCallbackProtocol

Callback interface used by SystemInterface implementation to notify Conviva.

  • Required when needed to implement an action with.

    Declaration

    Objective-C

    - (void)done:(id)responseStatus responseString:(id)responseMessage;

    Swift

    func done(_ responseStatus: Any!, responseString responseMessage: Any!)

    Parameters

    responseStatus

    Indicates the action response is success or failure (Indicated with BOOL)

    responseMessage

    Success or failure response message.