Client TitleFile API Reference
PGOS provides a file management system which manages files in title-wide. The title file information can be accessed by the game client and game server, and the game can choose to download them using the obtained URLs.
API List
| API | Description |
|---|---|
| GetTitleFileInfo | Query the title file informations of the specified file paths. |
API Details
GetTitleFileInfo
Query the title file informations of the specified file paths.
/// <summary>Query the title file informations of the specified file paths.</summary>
/// <param name="pgos_params">The parameter to get title file info.</param>
public void GetTitleFileInfo(GetTitleFileInfoParams pgos_params, TitleFileDelegate0 callback);
Parameters:
| Param | Type | Description |
|---|---|---|
| pgos_params | GetTitleFileInfoParams | The parameter to get title file info. |
| callback | TitleFileDelegate0 |
Return: void
All Delegates
public delegate void TitleFileDelegate0(PgosResult a0, GetTitleFileInfoResult a1);
Type Reference: