SmsMessage

Wisej.Hybrid.Shared.Communication.SmsMessage

Namespace: Wisej.Hybrid.Shared.Communication

Assembly: Wisej.Hybrid (3.5.0.0)

Represents a single SMS message.

public class SmsMessage

Constructors

Initializes a new instance of the SmsMessage class.

Initializes a new instance of the SmsMessage class.

NameTypeDescription

body

The body text that is used to prefill the composed SMS message.

recipient

A single recipient that is added to the composed SMS message.

Initializes a new instance of the SmsMessage class.

NameTypeDescription

body

The body text that is used to prefill the composed SMS message.

recipients

A collection of recipients that are added to the composed SMS message.

Values in recipients that are or whitespace are not added as recipients.

Properties

String: Gets or sets the body of this message.

List<String>: Gets or sets the recipients for this message.

Last updated