Share via


UNNotificationAttributedMessageContext.Create Method

Definition

[Foundation.Export("contextWithSendMessageIntent:attributedContent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UserNotifications.UNNotificationAttributedMessageContext Create(Intents.INSendMessageIntent sendMessageIntent, Foundation.NSAttributedString attributedContent);
[<Foundation.Export("contextWithSendMessageIntent:attributedContent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Intents.INSendMessageIntent * Foundation.NSAttributedString -> UserNotifications.UNNotificationAttributedMessageContext

Parameters

sendMessageIntent
INSendMessageIntent
attributedContent
NSAttributedString

Returns

Attributes

Applies to