SWLiveMessagingViewController
class SWLiveMessagingViewController : SWBaseViewController
Undocumented
-
Undocumented
Declaration
Swift
var broadcastStream: SWStream?
-
Undocumented
Declaration
Swift
var messages: [SWMessage]
-
Undocumented
Declaration
Swift
var fbDelegate: SWLiveMessageViewControllerFBDelegate?
-
Undocumented
Declaration
Swift
var likeMessagesUsers: [SWUser]
-
Undocumented
Declaration
Swift
var recordedLikeUsers: [SWUser]
-
Undocumented
Declaration
Swift
var discardedLikes: Int
-
Undocumented
Declaration
Swift
var recordedMessages: [SWMessage]
-
Undocumented
Declaration
Swift
weak var delegate: SWLiveMessagingViewControllerDelegate?
-
Undocumented
Declaration
Swift
var pageNumber: Int32
-
Undocumented
Declaration
Swift
var pageSize: Int32
-
Undocumented
Declaration
Swift
var removeMessageTimer: Timer?
-
Undocumented
Declaration
Swift
var updateUserJoinedOrClappedTimer: Timer?
-
Undocumented
Declaration
Swift
var removeClappedAndJoinedTimer: Timer?
-
Undocumented
Declaration
Swift
var secondTimerCount: Int
-
Undocumented
Declaration
Swift
var firstTimerCount: Int
-
Undocumented
Declaration
Swift
var defaultMessage: SWMessage?
-
Undocumented
Declaration
Swift
var isBroadcastRecorded: Bool
-
Undocumented
Declaration
Swift
var currentUser: SWUser?
-
Undocumented
Declaration
Swift
var playerIsPaused: Bool
-
Undocumented
Declaration
Swift
var previousMessageDisplayTime: Double
-
Undocumented
Declaration
Swift
var averageTimeBetwenAddingMessages: Double
-
Undocumented
Declaration
Swift
var timerValue: Double
-
Undocumented
Declaration
Swift
var deletedMessageKeys: [String]
-
Undocumented
Declaration
Swift
var broadcastChatStatusReference: DatabaseReference!
-
Undocumented
Declaration
Swift
var isCommentsHiddenByViewer: Bool
-
Undocumented
Declaration
Swift
@IBOutlet weak var followButtonViewLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var userJoinedOrClappedLabel: SWInsetsUILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var followUserView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var followButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var userFollowedImageView: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var messageTableViewBottomConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var firstJoinedLeadingSpace: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var messageTableView: UITableView!
-
Undocumented
Declaration
Swift
@IBAction func followButtonTapped(_ sender: Any?)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
@objc func updateFollowBtn(notification: NSNotification)
-
Undocumented
Declaration
Swift
func initialiseUIAndNetwork()
-
Undocumented
Declaration
Swift
func registerNibs()
-
Undocumented
Declaration
Swift
func setUpUI()
-
Undocumented
Declaration
Swift
func configureFollowButton()
-
Undocumented
Declaration
Swift
func followUser(userId:String, completion: @escaping (Bool) -> Void)
-
Undocumented
Declaration
Swift
func receieveMessagesFromFB()
-
Undocumented
Declaration
Swift
func receiveDeletedMessageFromFirebase()
-
Undocumented
Declaration
Swift
func messageRecieved(message: SWMessage)
-
Undocumented
Declaration
Swift
func startRemoveMessageTimer()
-
Undocumented
Declaration
Swift
@objc func removeTopMessage()
-
Undocumented
Declaration
Swift
func getRecordedChatMessage(fromTime startTime: NSNumber)
-
Undocumented
Declaration
Swift
func showRecordedMessage(atTime timeInterval: TimeInterval)
-
Undocumented
Declaration
Swift
func playerIsPausedOrPlayed(paused: Bool)
-
Undocumented
Declaration
Swift
func sliderIsUpdated(withTimeInterval timeInterval: Double)
-
Undocumented
Declaration
Swift
func startUpdateLikeTimer()
-
Undocumented
Declaration
Swift
func startRemoveLikeOrJoinedTimer()
-
Undocumented
Declaration
Swift
@objc func removeLikesAndJoinedLabel()
-
Undocumented
Declaration
Swift
@objc func updateLikesLabel()
-
Undocumented
Declaration
Swift
func likeMessageRecievedFromFB(likeMessage: SWLikeModel)
-
Undocumented
Declaration
Swift
func receieveLikeMessagesFromFB()
-
Undocumented
Declaration
Swift
func updateWithUserJoining(joiningUser: SWParticipant)
-
Undocumented
Declaration
Swift
func showUserJoined(userJoined: SWParticipant)
-
Undocumented
Declaration
Swift
func recordedLikeMessageRecieved(likeModel: SWLikeModel)
-
Undocumented
Declaration
Swift
func discardPreviousLikeUsers()
-
Undocumented
Declaration
Swift
func discardPreviousLikeUsersForRecorded()
-
Undocumented
Declaration
Swift
func hideUIControls()
-
Undocumented
Declaration
Swift
func unHideUIControls()
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
func updateTableContentInset()
-
Undocumented
Declaration
Swift
func profileIconClicked(_ userId: Int)
-
Undocumented
Declaration
Swift
func chatCellSelectedMessage(_ cell: SWChatCell)