Social class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Methods
acceptFriendRequest (HttpClient client , String membershipId )
→ Future <BooleanResponse >
Accepts a friend relationship with the target user. The user must be on your incoming friend request list, though no error will occur if they are not.
declineFriendRequest (HttpClient client , String membershipId )
→ Future <BooleanResponse >
Declines a friend relationship with the target user. The user must be on your incoming friend request list, though no error will occur if they are not.
getFriendList (HttpClient client )
→ Future <BungieFriendListResponseResponse >
Returns your Bungie Friend list
getFriendRequestList (HttpClient client )
→ Future <BungieFriendRequestListResponseResponse >
Returns your friend request queue.
getPlatformFriendList (HttpClient client , PlatformFriendType friendPlatform , String page )
→ Future <PlatformFriendResponseResponse >
Gets the platform friend of the requested type, with additional information if they have Bungie accounts. Must have a recent login session with said platform.
issueFriendRequest (HttpClient client , String membershipId )
→ Future <BooleanResponse >
Requests a friend relationship with the target user. Any of the target user's linked membership ids are valid inputs.
removeFriend (HttpClient client , String membershipId )
→ Future <BooleanResponse >
Remove a friend relationship with the target user. The user must be on your friend list, though no error will occur if they are not.
removeFriendRequest (HttpClient client , String membershipId )
→ Future <BooleanResponse >
Remove a friend relationship with the target user. The user must be on your outgoing request friend list, though no error will occur if they are not.