Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.SendSMS.ISendSMS Interface

Defines all features an SMS provider provides to send SMS messages. Applications don't need to use this interface directly. To send text messages, use the SendSMS.SendMessageAsync() method, which automatically handles retrieving the SMS provider.

Namespace: YetaWF.Core.Support.SendSMS
Assembly: YetaWF.Core

Syntax

public interface ISendSMS;

Methods

PublicIsAvailableAsyncReturns whether the SMS provider is available.
PublicIsTestModeAsyncReturns whether the SMS provider is in test mode.
PublicSendSMSAsyncSend an SMS message to a phone number.

See Also YetaWF.Core Overview