To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Holds the names of the two functions a repository app registers to act as its SMS provider: one to send a message, and one to supply the SMS settings shown to an administrator. Built by SmsProviderDetailsBuilder and stored on the app's ControllerMappingList. RepositoryApp reads it to decide whether the app can send SMS, and to invoke the configured functions when sending a message or reading its settings.
Properties
| Property | Returns | Description |
|---|---|---|
| sendSmsFn | String | Name of the function invoked to send an SMS message. |
| settingsFn | String | Name of the function invoked to populate the SMS provider's settings for an organisation. |
Methods
getSendSmsFn()
Returns: String
Name of the function invoked to send an SMS message.
getSettingsFn()
Returns: String
Name of the function invoked to populate the SMS provider's settings for an organisation.