VideoStreamNotificationView
public class VideoStreamNotificationView : UIView, VideoStreamNotificationViewProtocol
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public override init(frame: CGRect) - 
                  
                  
Undocumented
Declaration
Swift
required public init?(coder: NSCoder) - 
                  
                  
Undocumented
Declaration
Swift
public func showNotificationMessage(_ newMessage: String) - 
                  
                  
Undocumented
Declaration
Swift
public func notificationMessage() -> String? - 
                  
                  
Use to define font for text in notification view
Declaration
Swift
public func applyFont(_ useFont: UIFont)Parameters
useFontUIFont object to use
 - 
                  
                  
Define color for notification text
Declaration
Swift
public func applyTextColor(_ color: UIColor)Parameters
colorUIColor object which will be applied to UILabel of notification
 
        VideoStreamNotificationView Class Reference