Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
smsgateway_aws\local\service\aws_sns Class Reference
Inheritance diagram for smsgateway_aws\local\service\aws_sns:
smsgateway_aws\local\aws_sms_service_provider

Static Public Member Functions

static send_sms_message (string $messagecontent, string $phonenumber, stdclass $config,)
 Sends an SMS message using the selected aws service provider.
 

Member Function Documentation

◆ send_sms_message()

static smsgateway_aws\local\aws_sms_service_provider::send_sms_message ( string $messagecontent,
string $phonenumber,
stdclass $config )
staticinherited

Sends an SMS message using the selected aws service provider.

Parameters
string$messagecontentthe content to send in the SMS message.
string$phonenumberthe destination for the message.
Return values
message_statusStatus of the message.

The documentation for this class was generated from the following file: