GKNotificationBanner

Inherits: RefCounted < Object

Shows Apple’s Game Center notification banners.

Description

Utility wrapper for GKNotificationBanner display APIs.

Methods

void

show(title: String, message: String) static

void

show_with_duration(title: String, message: String, duration: float) static


Method Descriptions

void show(title: String, message: String) static 🔗

Shows a banner with title and message.


void show_with_duration(title: String, message: String, duration: float) static 🔗

Shows a banner for duration seconds.