OnFriendshipListener class

Friendship Listener

Constructors

OnFriendshipListener({dynamic onBlackAdded(BlacklistInfo info)?, dynamic onBlackDeleted(BlacklistInfo info)?, dynamic onFriendAdded(FriendInfo info)?, dynamic onFriendApplicationAccepted(FriendApplicationInfo info)?, dynamic onFriendApplicationAdded(FriendApplicationInfo info)?, dynamic onFriendApplicationDeleted(FriendApplicationInfo info)?, dynamic onFriendApplicationRejected(FriendApplicationInfo info)?, dynamic onFriendDeleted(FriendInfo info)?, dynamic onFriendInfoChanged(FriendInfo info)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onBlackAdded ↔ (dynamic Function(BlacklistInfo info)?)
getter/setter pair
onBlackDeleted ↔ (dynamic Function(BlacklistInfo info)?)
getter/setter pair
onFriendAdded ↔ (dynamic Function(FriendInfo info)?)
getter/setter pair
onFriendApplicationAccepted ↔ (dynamic Function(FriendApplicationInfo info)?)
getter/setter pair
onFriendApplicationAdded ↔ (dynamic Function(FriendApplicationInfo info)?)
getter/setter pair
onFriendApplicationDeleted ↔ (dynamic Function(FriendApplicationInfo info)?)
getter/setter pair
onFriendApplicationRejected ↔ (dynamic Function(FriendApplicationInfo info)?)
getter/setter pair
onFriendDeleted ↔ (dynamic Function(FriendInfo info)?)
getter/setter pair
onFriendInfoChanged ↔ (dynamic Function(FriendInfo info)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blackAdded(BlacklistInfo info) → void
Added to the blacklist
blackDeleted(BlacklistInfo info) → void
Removed from the blacklist
friendAdded(FriendInfo info) → void
Friend added
friendApplicationAccepted(FriendApplicationInfo info) → void
Friend application accepted
friendApplicationAdded(FriendApplicationInfo info) → void
New friend application added
friendApplicationDeleted(FriendApplicationInfo info) → void
Friend application deleted
friendApplicationRejected(FriendApplicationInfo info) → void
Friend application rejected
friendDeleted(FriendInfo info) → void
Friend deleted
friendInfoChanged(FriendInfo info) → void
Friend information changed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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