Class SKCloudServiceController

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class SKCloudServiceController
    extends NSObject
    Since:
    Available in iOS 9.3 and later.
    • Constructor Detail

      • SKCloudServiceController

        public SKCloudServiceController()
      • SKCloudServiceController

        protected SKCloudServiceController​(NSObject.Handle h,
                                           long handle)
      • SKCloudServiceController

        protected SKCloudServiceController​(NSObject.SkipInit skipInit)
    • Method Detail

      • CapabilitiesDidChangeNotification

        public static java.lang.String CapabilitiesDidChangeNotification()
        Since:
        Available in iOS 9.3 and later.
      • StorefrontCountryCodeDidChangeNotification

        public static java.lang.String StorefrontCountryCodeDidChangeNotification()
        Since:
        Available in iOS 11.0 and later.
      • StorefrontIdentifierDidChangeNotification

        public static java.lang.String StorefrontIdentifierDidChangeNotification()
        Since:
        Available in iOS 9.3 and later.
      • requestStorefrontCountryCode

        public void requestStorefrontCountryCode​(org.robovm.objc.block.VoidBlock2<NSString,​NSError> completionHandler)
        Since:
        Available in iOS 11.0 and later.
      • requestStorefrontIdentifier

        public void requestStorefrontIdentifier​(org.robovm.objc.block.VoidBlock2<NSString,​NSError> completionHandler)
      • requestUserToken

        public void requestUserToken​(java.lang.String developerToken,
                                     org.robovm.objc.block.VoidBlock2<NSString,​NSError> completionHandler)
        Since:
        Available in iOS 11.0 and later.
      • requestPersonalizationToken

        @Deprecated
        public void requestPersonalizationToken​(java.lang.String clientToken,
                                                org.robovm.objc.block.VoidBlock2<NSString,​NSError> completionHandler)
        Deprecated.
        Deprecated in iOS 11.0.
        Since:
        Available in iOS 10.3 and later.