次の方法で共有


IPKPushRegistryDelegate.DidReceiveIncomingPush メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'Action' 引数を受け入れる 'DidReceiveIncomingPushWithPayload' オーバーロードを使用する必要があります。

[Foundation.Export("pushRegistry:didReceiveIncomingPushWithPayload:forType:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'DidReceiveIncomingPushWithPayload' overload accepting an 'Action' argument instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'DidReceiveIncomingPushWithPayload' overload accepting an 'Action' argument instead.")]
public void DidReceiveIncomingPush (PushKit.PKPushRegistry registry, PushKit.PKPushPayload payload, string type);
abstract member DidReceiveIncomingPush : PushKit.PKPushRegistry * PushKit.PKPushPayload * string -> unit

パラメーター

registry
PKPushRegistry
payload
PKPushPayload
type
String
属性

適用対象