V2TimFriendshipListener class

Constructors

V2TimFriendshipListener({OnFriendApplicationListAddedCallback? onFriendApplicationListAdded, OnFriendApplicationListDeletedCallback? onFriendApplicationListDeleted, OnFriendApplicationListReadCallback? onFriendApplicationListRead, OnFriendListAddedCallback? onFriendListAdded, OnFriendListDeletedCallback? onFriendListDeleted, OnBlackListAddCallback? onBlackListAdd, OnBlackListDeletedCallback? onBlackListDeleted, OnFriendInfoChangedCallback? onFriendInfoChanged, OnFriendGroupCreatedCallback? onFriendGroupCreated, OnFriendGroupDeletedCallback? onFriendGroupDeleted, OnFriendGroupNameChangedCallback? onFriendGroupNameChanged, OnFriendsAddedToGroupCallback? onFriendsAddedToGroup, OnFriendsDeletedFromGroupCallback? onFriendsDeletedFromGroup, OnOfficialAccountSubscribed? onOfficialAccountSubscribed, OnOfficialAccountUnsubscribed? onOfficialAccountUnsubscribed, OnOfficialAccountDeleted? onOfficialAccountDeleted, OnOfficialAccountInfoChanged? onOfficialAccountInfoChanged, OnMyFollowingListChanged? onMyFollowingListChanged, OnMyFollowersListChanged? onMyFollowersListChanged, OnMutualFollowersListChanged? onMutualFollowersListChanged})

Properties

hashCode int
The hash code for this object.
no setterinherited
onBlackListAdd OnBlackListAddCallback
getter/setter pair
onBlackListDeleted OnBlackListDeletedCallback
getter/setter pair
onFriendApplicationListAdded OnFriendApplicationListAddedCallback
getter/setter pair
onFriendApplicationListDeleted OnFriendApplicationListDeletedCallback
getter/setter pair
onFriendApplicationListRead OnFriendApplicationListReadCallback
getter/setter pair
onFriendGroupCreated OnFriendGroupCreatedCallback
getter/setter pair
onFriendGroupDeleted OnFriendGroupDeletedCallback
getter/setter pair
onFriendGroupNameChanged OnFriendGroupNameChangedCallback
getter/setter pair
onFriendInfoChanged OnFriendInfoChangedCallback
getter/setter pair
onFriendListAdded OnFriendListAddedCallback
getter/setter pair
onFriendListDeleted OnFriendListDeletedCallback
getter/setter pair
onFriendsAddedToGroup OnFriendsAddedToGroupCallback
getter/setter pair
onFriendsDeletedFromGroup OnFriendsDeletedFromGroupCallback
getter/setter pair
onMutualFollowersListChanged OnMutualFollowersListChanged
getter/setter pair
onMyFollowersListChanged OnMyFollowersListChanged
getter/setter pair
onMyFollowingListChanged OnMyFollowingListChanged
getter/setter pair
onOfficialAccountDeleted OnOfficialAccountDeleted
getter/setter pair
onOfficialAccountInfoChanged OnOfficialAccountInfoChanged
getter/setter pair
onOfficialAccountSubscribed OnOfficialAccountSubscribed
getter/setter pair
onOfficialAccountUnsubscribed OnOfficialAccountUnsubscribed
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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