}}
    Show / Hide Table of Contents

    Interface IMessageComposer

    Namespace: Zenoph.Notify.Compose
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("D4584A00-6ED6-4F9B-A6C3-B880E90D437A")]
    public interface IMessageComposer

    Methods

    getDeliveryCallback()

    Declaration
    [ComVisible(true)]
    object[] getDeliveryCallback()
    Returns
    Type Description
    object[]

    getMessage()

    Declaration
    [ComVisible(true)]
    string getMessage()
    Returns
    Type Description
    string

    getMessageId(string)

    Declaration
    [ComVisible(true)]
    string getMessageId(string phoneNumber)
    Parameters
    Type Name Description
    string phoneNumber
    Returns
    Type Description
    string

    getSender()

    Declaration
    [ComVisible(true)]
    string getSender()
    Returns
    Type Description
    string

    messageIdExists(string)

    Declaration
    [ComVisible(true)]
    bool messageIdExists(string messageId)
    Parameters
    Type Name Description
    string messageId
    Returns
    Type Description
    bool

    notifyDeliveries()

    Declaration
    [ComVisible(true)]
    bool notifyDeliveries()
    Returns
    Type Description
    bool

    setDeliveryCallback(string, ContentType)

    Declaration
    [ComVisible(true)]
    void setDeliveryCallback(string url, ContentType contentType)
    Parameters
    Type Name Description
    string url
    ContentType contentType

    setMessage(string)

    Declaration
    [ComVisible(true)]
    void setMessage(string message)
    Parameters
    Type Name Description
    string message

    setSender(string)

    Declaration
    [ComVisible(true)]
    void setSender(string sender)
    Parameters
    Type Name Description
    string sender

    validateDestinationSenderName(string)

    Declaration
    [ComVisible(false)]
    void validateDestinationSenderName(string phoneNumber)
    Parameters
    Type Name Description
    string phoneNumber
    Back to top