UserLongPoll class

Constructors

UserLongPoll(API api)

Properties

handlers Map<int, List<LongPollEventHandler<StandartUserCommand>>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

baseRunPolling() Stream
Base longPoll loop
inherited
close() → void
turn off the longPoll
inherited
closeSession() → void
CloseSession
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(BaseEventType type, StandartUserCommand func) → void
runPolling() Stream<UserEvent>
Start polling
inherited
start() → void
toString() String
A string representation of this object.
inherited

Operators

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