Class GKNotificationBanner

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class GKNotificationBanner
extends NSObject
  • Constructor Details

    • GKNotificationBanner

      public GKNotificationBanner()
    • GKNotificationBanner

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

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

    • showBanner

      public static void showBanner​(String title, String message, Runnable completionHandler)
    • showBanner

      public static void showBanner​(String title, String message, double duration, Runnable completionHandler)