Class GKNotificationBanner

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

    public class GKNotificationBanner
    extends NSObject
    Since:
    Available in iOS 5.0 and later.
    • Constructor Detail

      • GKNotificationBanner

        public GKNotificationBanner()
      • GKNotificationBanner

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

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

      • showBanner

        public static void showBanner​(java.lang.String title,
                                      java.lang.String message,
                                      java.lang.Runnable completionHandler)
        Since:
        Available in iOS 5.0 and later.
      • showBanner

        public static void showBanner​(java.lang.String title,
                                      java.lang.String message,
                                      double duration,
                                      java.lang.Runnable completionHandler)
        Since:
        Available in iOS 6.0 and later.