Notification
public extension Notification
-
Initializes a new
Notificationusing aCheetahNotification.Declaration
Swift
init(_ notification: CheetahNotification, object: Any? = nil, userInfo: [AnyHashable : Any]? = nil)Parameters
notificationThe
CheetahNotificationto initialize with.objectThe object associated with the notification.
userInfoThe user info of the notification.
Notification Extension Reference