Click or drag to resize

ISendSms Interface

Note: This API is now obsolete.

Methods for sending SMS through several providers. The default provider is currently the first provider found in the repository. Methods provided by this interface are not working anymore.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[ObsoleteAttribute("The interface and all methods of it are obsolete. The SMS feature has been removed.", 
	false)]
public interface ISendSms

The ISendSms type exposes the following members.

Methods
 NameDescription
Public methodGetSmsProviderByDefaultObsolete.
Get default SmsProvider. This method is not working anymore.
Public methodGetSmsProviderByIdObsolete.
Get SmsProvider by ID. This method is not working anymore.
Public methodGetSmsProviderByNameObsolete.
Get SmsProvider by Name. This method is not working anymore.
Public methodSms(String, String)Obsolete.
Sends SMS via default provider. This method is not working anymore.
Public methodSms(SmsProvider, String, String)Obsolete.
Sends SMS via the given provider. This method is not working anymore.
Top
See Also