Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.AddModTeamMember

Jackson Wood edited this page Mar 6, 2019 · 10 revisions

APIClient.AddModTeamMember

public static void AddModTeamMember(int modId, AddModTeamMemberParameters parameters, Action<APIMessage> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId Mod to add the team member to
parameters The values to be uploaded with to the new mod profile
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Submits a new team member to a mod.

Calling this function submits the data to the mod.io servers and if successful, will generate a ModTeamChangedModEvent.

See also: docs.mod.io page, [ModIO.ModEvent]

Clone this wiki locally