}}
    Show / Hide Table of Contents

    Class VoiceComposer

    Inheritance
    object
    Composer
    MessageComposer
    VoiceComposer
    Implements
    IComposer
    IMessageComposer
    ISchedule
    IVoiceComposer
    Inherited Members
    MessageComposer.setSender(string)
    MessageComposer.getSender()
    MessageComposer.getMessageId(string)
    MessageComposer.messageIdExists(string)
    MessageComposer.getBatchId()
    MessageComposer.schedule()
    MessageComposer.isScheduled()
    MessageComposer.setMessage(string)
    MessageComposer.getMessage()
    MessageComposer.getScheduleInfo()
    MessageComposer.setDeliveryCallback(string, ContentType)
    MessageComposer.getDeliveryCallback()
    MessageComposer.notifyDeliveries()
    MessageComposer.validateDestinationSenderName(string)
    MessageComposer.setScheduleDateTime(DateTime?)
    MessageComposer.setScheduleDateTime(DateTime, string)
    MessageComposer.setScheduleDateTime(DateTime, string, string)
    MessageComposer.setScheduleDateTimeEx(double, string, string)
    MessageComposer.removeDestinationById(string)
    MessageComposer.updateDestinationById(string, string)
    Composer.setUserData(UserData)
    Composer.getCategory()
    Composer.getDestinationsCount()
    Composer.getDestinationWriteMode(string)
    Composer.getDestinationWriteModeById(string)
    Composer.getDefaultTimeZone()
    Composer.destinationExists(string)
    Composer.clearDestinations()
    Composer.removeDestination(string)
    Composer.updateDestination(string, string)
    Composer.addDestinationsFromTextStream(string)
    Composer.addDestinationsFromCollection(string[])
    Composer.addDestinationsFromCollection(string[], bool)
    Composer.addDestinationsFromCollection(List<string>)
    Composer.addDestinationsFromCollection(List<string>, bool)
    Composer.addDestinationsFromCollectionEx(string[], bool)
    Composer.addDestinationEx(string, bool)
    Composer.addDestinationWithId(string, string, bool)
    Composer.addDestination(string)
    Composer.addDestination(string, string)
    Composer.addDestination(string, bool)
    Composer.addDestination(string, bool, string)
    Composer.getDefaultDestinationCountry()
    Composer.getDestinationCountry(string)
    Composer.getDestinations()
    Composer.setDefaultNumberPrefix(string)
    Composer.getDefaultNumberPrefix()
    Composer.getRouteCountries()
    Composer.getRouteCountriesEx()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Zenoph.Notify.Compose
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("F717A30B-980C-4671-9754-BEBD78F08707")]
    public sealed class VoiceComposer : MessageComposer, IComposer, IMessageComposer, ISchedule, IVoiceComposer

    Constructors

    VoiceComposer()

    Declaration
    public VoiceComposer()

    VoiceComposer(AuthProfile)

    Declaration
    public VoiceComposer(AuthProfile ap)
    Parameters
    Type Name Description
    AuthProfile ap

    Methods

    create(object)

    Declaration
    [ComVisible(false)]
    public static VoiceComposer create(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    VoiceComposer

    createFromData(object)

    Declaration
    [ComVisible(true)]
    public VoiceComposer createFromData(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    VoiceComposer

    Explicit Interface Implementations

    getOfflineVoice()

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

    getTemplateReference()

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

    isLocalAudio()

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

    setOfflineVoice(string)

    Declaration
    [ComVisible(false)]
    void setOfflineVoice(string file)
    Parameters
    Type Name Description
    string file

    setOfflineVoice(string, string)

    Declaration
    [ComVisible(false)]
    void setOfflineVoice(string file, string saveRef)
    Parameters
    Type Name Description
    string file
    string saveRef

    setOfflineVoiceEx(string, string)

    Declaration
    [ComVisible(true)]
    void setOfflineVoiceEx(string file, string @ref = null)
    Parameters
    Type Name Description
    string file
    string ref

    setTemplateReference(string)

    Declaration
    [ComVisible(true)]
    void setTemplateReference(string @ref)
    Parameters
    Type Name Description
    string ref

    Implements

    IComposer
    IMessageComposer
    ISchedule
    IVoiceComposer
    Back to top