Documentation ¶
Index ¶
- func GetFriendMiis(pids []uint32) ([]*friends_3ds_types.FriendMii, error)
- func GetFriendPersistentInfos(user1_pid uint32, pids []uint32) ([]*friends_3ds_types.FriendPersistentInfo, error)
- func GetUserFriends(pid uint32) ([]*friends_3ds_types.FriendRelationship, error)
- func RemoveFriendship(user1_pid uint32, user2_pid uint32) error
- func SaveFriendship(senderPID uint32, recipientPID uint32) (*friends_3ds_types.FriendRelationship, error)
- func UpdateUserComment(pid uint32, message string) error
- func UpdateUserFavoriteGame(pid uint32, gameKey *friends_3ds_types.GameKey) error
- func UpdateUserLastOnlineTime(pid uint32, lastOnline *nex.DateTime) error
- func UpdateUserMii(pid uint32, mii *friends_3ds_types.Mii) error
- func UpdateUserPreferences(pid uint32, show_online bool, show_current_game bool) error
- func UpdateUserProfile(pid uint32, profileData *friends_3ds_types.MyProfile) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFriendMiis ¶
func GetFriendMiis(pids []uint32) ([]*friends_3ds_types.FriendMii, error)
GetFriendMiis returns the Mii of all friends
func GetFriendPersistentInfos ¶
func GetFriendPersistentInfos(user1_pid uint32, pids []uint32) ([]*friends_3ds_types.FriendPersistentInfo, error)
GetFriendPersistentInfos returns the persistent information of all friends
func GetUserFriends ¶
func GetUserFriends(pid uint32) ([]*friends_3ds_types.FriendRelationship, error)
GetUserFriends returns all friend relationships of a user
func RemoveFriendship ¶
RemoveFriendship removes a user's friend relationship
func SaveFriendship ¶
func SaveFriendship(senderPID uint32, recipientPID uint32) (*friends_3ds_types.FriendRelationship, error)
SaveFriendship saves a friend relationship for a user
func UpdateUserComment ¶
UpdateUserComment updates a user's comment
func UpdateUserFavoriteGame ¶
func UpdateUserFavoriteGame(pid uint32, gameKey *friends_3ds_types.GameKey) error
UpdateUserFavoriteGame updates a user's favorite game
func UpdateUserLastOnlineTime ¶
UpdateUserLastOnlineTime updates a user's last online time
func UpdateUserMii ¶
func UpdateUserMii(pid uint32, mii *friends_3ds_types.Mii) error
UpdateUserMii updates a user's mii
func UpdateUserPreferences ¶
UpdateUserPreferences updates a user's preferences
func UpdateUserProfile ¶
func UpdateUserProfile(pid uint32, profileData *friends_3ds_types.MyProfile) error
UpdateUserProfile updates a user's profile
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.