Notification
public extension Notification
-
Initializes a new
Notification
using aCheetahNotification
.Declaration
Swift
init(_ notification: CheetahNotification, object: Any? = nil, userInfo: [AnyHashable : Any]? = nil)
Parameters
notification
The
CheetahNotification
to initialize with.object
The object associated with the notification.
userInfo
The user info of the notification.