You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Source/Notification/Notification.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public extension InPlayer {
14
14
- onStatusChanged: A closure to be executed everytime when connection status change occurs.
15
15
- status: `InPlayerNotificationStatus` enum that shows current connection status
16
16
- onMessageReceived: A closure to be executed everytime new notification is sent from the server.
17
-
- notification: `InPlayerNotification` struct optionally containing associated values depending on the type enum.
17
+
- notification: `InPlayerNotification` struct optionally containing associated values depending on the type enum. Default Notification with type if Notification is undefined
18
18
- onError: A closure to be executed when some error occurred.
19
19
- error: `InPlayerError` containing info about the error that occurred.
0 commit comments