Friends API methods.
More...
|
static void | GetIds (Action< int[]> callback) |
| Returns the list of a user's friends. More...
|
|
static void | Get (Action< User[]> callback) |
| Returns the list of a user's friends. More...
|
|
◆ Get()
static void GameJolt.API.Friends.Get |
( |
Action< User[]> |
callback | ) |
|
|
inlinestatic |
Returns the list of a user's friends.
- Parameters
-
callback | A callback function accepting a single parameter, an array of users. In case of an error, the array is null. |
◆ GetIds()
static void GameJolt.API.Friends.GetIds |
( |
Action< int[]> |
callback | ) |
|
|
inlinestatic |
Returns the list of a user's friends.
- Parameters
-
callback | A callback function accepting a single parameter, an array of user ids. In case of an error, the array is null. |
The documentation for this class was generated from the following file:
- D:/Dev/Unity/AssetStore/GameJoltAPI/Assets/Plugins/GameJolt/Scripts/API/Friends.cs