[This is preliminary documentation and is subject to change.]
The WS type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WS |
Methods
| Name | Description | |
|---|---|---|
| EditAudioContent |
Cuts and converts an audio file into a new audio clip. Developer specifies the target audio codec.
| |
| EditAudioContentForPhone |
Cuts and converts an audio file into a new audio clip for a particular phone model. Target audio codec determined by phone model information.
| |
| GetCarrierList |
Returns a list of supported carriers by Phone Sherpa for a given country. Carrier is supported if Phone Sherpa can send messages to thier subscriber's phones.
| |
| GetContentDownloadInstructions |
Returns a formatted list of instructions on how to download and install mobile content. Popular models have specific instructions, others get generic download and install tips.
| |
| GetCountryList |
Returns a list of countries supported by Phone Sherpa. Countries are supported if they have at least 1 active carrier within the Phone Sherpa system.
| |
| GetPhoneModelList |
Returns a list of phone models based on the IsSupported flag.
| |
| GetPostFileInfo |
Returns information for posting content files into the Phone Sherpa system.
| |
| GetRingtoneEditorFiles |
Generates support files for the creation of a custom ringtone editor user experience.
| |
| GetStateProvinceList |
Returns a list of states or provinces for a given country.
| |
| LoadFileFromUrl |
Sideloads a file into the Phone Sherpa system from a public URL.
| |
| PublishContent |
Publishes a file in "phone ready" downloadable format at a public URL. **This function incurs a 1 credit usage charge. | |
| ResolveContentHandle |
Takes an internal source file within the Phone Sherpa system and returns a public URL to that file for external consumption. **This function incurs a 1 credit usage charge. | |
| SendContentToPhone |
Delivers a ringtone or wallpaper to a user's phone via SMS/WAP/MMS. **This function incurs a 2 credit usage charge. | |
| SendTestToPhone |
Delivers a test ringtone or wallpaper to a user's phone via SMS/WAP/MMS. Validates user has properly configured phone and the appropriate data plan to receive mobile content.
| |
| ValidatePhoneNumber |
Validates a phone number as being correct for a given country. Returns a properly formatted international phone number.
| |
| ValidateUserPhoneInformation |
Validates user phone information as being correct for a given country. This includes phone number, carrier, country, phone model, and email address.
|