}}
    Show / Hide Table of Contents

    Class USSDComposer

    Inheritance
    object
    Composer
    USSDComposer
    Implements
    IComposer
    IUSSDComposer
    Inherited Members
    Composer._userData
    Composer._destIdsMap
    Composer._destNumberMap
    Composer._destinations
    Composer._category
    Composer._customDataLabel
    Composer.__DEST_INFO_LABEL__
    Composer.__DEST_COUNTRYCODE_LABEL__
    Composer.setUserData(UserData)
    Composer.getCategory()
    Composer.getDestinationsCount()
    Composer.getDestinationWriteMode(string)
    Composer.getDestinationWriteModeById(string)
    Composer.getMappedDestinations(string)
    Composer.getMappedDestinationById(string)
    Composer.getComposerDestinationById(string)
    Composer.getComposerDestinations(string)
    Composer.getDefaultTimeZone()
    Composer.formattedDestinationExists(string)
    Composer.destinationExists(string)
    Composer.formatPhoneNumber(string, bool)
    Composer.formatPhoneNumber(string)
    Composer.clearDestinations()
    Composer.removeDestinationsList(string, List<ComposerDestination>)
    Composer.removeDestination(string)
    Composer.removeDestinationById(string)
    Composer.updateDestination(ComposerDestination, string)
    Composer.updateDestination(string, string)
    Composer.updateDestinationById(string, string)
    Composer.validateDestinationUpdate(string, string)
    Composer.getPhoneNumberFromMessageId(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.addDestination(string, string, string, object)
    Composer.addDestinationsList(List<ComposerDestination>, string)
    Composer.addDestination(ComposerDestination, string)
    Composer.addDestination(ComposerDestination)
    Composer.createComposerDestination(string, string, DestinationMode, object)
    Composer.createComposerDestination(string, string, DestinationMode, object, bool)
    Composer.createDestinationMap(string, string, DestinationMode, object, bool)
    Composer.removeDestination(ComposerDestination)
    Composer.validateCustomMessageId(string, bool)
    Composer.getDefaultDestinationCountry()
    Composer.getDestinationCountry(string)
    Composer.getDestinationCountryCode(string)
    Composer.getDestinations()
    Composer.destinationIdExists(string)
    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()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Compose
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("1E227499-A72F-49DC-ADAF-0424EEC063FE")]
    public class USSDComposer : Composer, IComposer, IUSSDComposer

    Implements

    IComposer
    IUSSDComposer
    Back to top