IUNNotificationContentExtension 接口

定义

包含协议的必需方法(如果有)的 UNNotificationContent 接口,这是使用自定义 UI 从视图控制器的视图中显示通知内容所必需的。

[Foundation.Protocol(Name="UNNotificationContentExtension", WrapperType=typeof(UserNotificationsUI.UNNotificationContentExtensionWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUNNotificationContentExtension : IDisposable, ObjCRuntime.INativeObject
type IUNNotificationContentExtension = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

DidReceiveNotification(UNNotification)

向应用程序发送通知时调用的方法。

扩展方法

DidReceiveNotificationResponse(IUNNotificationContentExtension, UNNotificationResponse, Action<UNNotificationContentExtensionResponseOption>)

包含协议的必需方法(如果有)的 UNNotificationContent 接口,这是使用自定义 UI 从视图控制器的视图中显示通知内容所必需的。

GetMediaPlayPauseButtonFrame(IUNNotificationContentExtension)

返回将用于显示播放按钮的矩形。

GetMediaPlayPauseButtonTintColor(IUNNotificationContentExtension)

返回播放按钮的淡色。

GetMediaPlayPauseButtonType(IUNNotificationContentExtension)

包含协议的必需方法(如果有)的 UNNotificationContent 接口,这是使用自定义 UI 从视图控制器的视图中显示通知内容所必需的。

PauseMedia(IUNNotificationContentExtension)

用户按下暂停按钮时调用的方法。

PlayMedia(IUNNotificationContentExtension)

当用户按下播放按钮时调用的方法。

适用于