}}
    Show / Hide Table of Contents

    Interface IDataWriter

    Namespace: Zenoph.Notify.Build.Writer
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(false)]
    public interface IDataWriter

    Methods

    getDestinationsData(Composer)

    Declaration
    string getDestinationsData(Composer mc)
    Parameters
    Type Name Description
    Composer mc
    Returns
    Type Description
    string

    getDestinationsDeliveryRequestData(List<string>)

    Declaration
    string getDestinationsDeliveryRequestData(List<string> messageIds)
    Parameters
    Type Name Description
    List<string> messageIds
    Returns
    Type Description
    string

    getSMSRequestData(SMSComposer)

    Declaration
    string getSMSRequestData(SMSComposer sc)
    Parameters
    Type Name Description
    SMSComposer sc
    Returns
    Type Description
    string

    getScheduledMessageUpdateRequestData(Composer)

    Declaration
    string getScheduledMessageUpdateRequestData(Composer mc)
    Parameters
    Type Name Description
    Composer mc
    Returns
    Type Description
    string

    getScheduledMessagesLoadRequestData(Dictionary<string, object>)

    Declaration
    string getScheduledMessagesLoadRequestData(Dictionary<string, object> data)
    Parameters
    Type Name Description
    Dictionary<string, object> data
    Returns
    Type Description
    string

    getUSSDRequestData(USSDComposer)

    Declaration
    string getUSSDRequestData(USSDComposer uc)
    Parameters
    Type Name Description
    USSDComposer uc
    Returns
    Type Description
    string

    getVoiceRequestData(VoiceComposer)

    Declaration
    string getVoiceRequestData(VoiceComposer vc)
    Parameters
    Type Name Description
    VoiceComposer vc
    Returns
    Type Description
    string
    Back to top