MSConversation.InsertSticker(MSSticker, Action<NSError>) Method

Definition

Adds the sticker to the conversation and then calls the completionHandler.

[Foundation.Export("insertSticker:completionHandler:")]
public virtual void InsertSticker (Messages.MSSticker sticker, Action<Foundation.NSError> completionHandler);
abstract member InsertSticker : Messages.MSSticker * Action<Foundation.NSError> -> unit
override this.InsertSticker : Messages.MSSticker * Action<Foundation.NSError> -> unit

Parameters

sticker
MSSticker
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to