ZegoLiveStreamingIncomingPKBattleRequestReceivedEvent class

Constructors

ZegoLiveStreamingIncomingPKBattleRequestReceivedEvent({required String requestID, required ZegoUIKitUser fromHost, required String fromLiveID, required bool isAutoAccept, required String customData, required int startTimestampSecond, required int timeoutSecond, List<ZegoLiveStreamingIncomingPKBattleRequestUser> sessionHosts = const []})
const

Properties

customData String
final
fromHost ZegoUIKitUser
final
fromLiveID String
final
hashCode int
The hash code for this object.
no setterinherited
isAutoAccept bool
final
requestID String
The ID of the current PK session
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionHosts List<ZegoLiveStreamingIncomingPKBattleRequestUser>
The hosts already involved in the same PK session, meaning the hosts that have already participated in the PK when you receive the PK invitation.
final
startTimestampSecond int
timestamp(second) of PK start
final
timeoutSecond int
timeout second of this request
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited