Package apple.pushkit.c
Class PushKit
- java.lang.Object
-
- apple.pushkit.c.PushKit
-
public final class PushKit extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringPKPushTypeComplication()static java.lang.StringPKPushTypeFileProvider()static java.lang.StringPKPushTypeVoIP()PKPushType constants can be used to register for a PKPushType-specific push token or to identify received push notifications.
-
-
-
Method Detail
-
PKPushTypeVoIP
public static java.lang.String PKPushTypeVoIP()
PKPushType constants can be used to register for a PKPushType-specific push token or to identify received push notifications.
-
PKPushTypeComplication
public static java.lang.String PKPushTypeComplication()
-
PKPushTypeFileProvider
public static java.lang.String PKPushTypeFileProvider()
-
-