1 instantiation of SmsMessage
Microsoft.Maui.Essentials (1)
Sms\Sms.shared.cs (1)
71
message ??= new
SmsMessage
();
9 references to SmsMessage
Microsoft.Maui.Essentials (9)
Sms\Sms.netstandard.tvos.watchos.cs (1)
10
Task PlatformComposeAsync(
SmsMessage
message)
Sms\Sms.shared.cs (8)
21
/// <param name="message">A <see cref="
SmsMessage
"/> instance with information about the message to send.</param>
23
Task ComposeAsync(
SmsMessage
? message);
42
/// <param name="message">A <see cref="
SmsMessage
"/> instance with information about the message to send.</param>
44
public static Task ComposeAsync(
SmsMessage
? message)
66
public Task ComposeAsync(
SmsMessage
? message)
85
/// Initializes a new instance of the <see cref="
SmsMessage
"/> class.
92
/// Initializes a new instance of the <see cref="
SmsMessage
"/> class.
104
/// Initializes a new instance of the <see cref="
SmsMessage
"/> class.