content property

String? content
getter/setter pair

The SMS's content.

Can contain the following placeholders which will be replaced with the appropriate values: %APP_NAME% - For Android or iOS apps, the app's display name. For web apps, the domain hosting the application. %LOGIN_CODE% - The OOB code being sent in the SMS.

Output only.

Implementation

core.String? content;