MSConversation.InsertSticker(MSSticker, Action<NSError>) 方法

定义

sticker将 添加到会话,然后调用 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

参数

sticker
MSSticker
completionHandler
Action<NSError>

内容待定。

此参数可以为 null

属性

适用于