LMVideoStreamNotificationViewProtocol
public protocol LMVideoStreamNotificationViewProtocol : UIView
Base protocol for notification view
-
Show message (in error container) in notification view
Declaration
Swift
func showNotificationMessage(_ newMessage: Error?)Parameters
newMessageerror to show
-
Get current notification message
Declaration
Swift
func notificationMessage() -> Error?Return Value
current message in error container
LMVideoStreamNotificationViewProtocol Protocol Reference