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

SmsMessage()

Initializes a new instance of the SmsMessage class.

SmsMessage(body, recipient)

Initializes a new instance of the SmsMessage class.

Name
Type
Description

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.

SmsMessage(body, recipients)

Initializes a new instance of the SmsMessage class.

Name
Type
Description

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

Body

String: Gets or sets the body of this message.

Recipients

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

Last updated