Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.SendSMS.ISendSMS.IsTestModeAsync Method

Returns whether the SMS provider is in test mode.

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

Syntax

public Task<bool> IsTestModeAsync();

Return Value

True if it is in test mode, false otherwise.

See Also YetaWF.Core.Support.SendSMS.ISendSMS ClassYetaWF.Core Overview