This is the complete list of members for AccelByte.Api.UGC, including all inherited members.
| AddDownloadContentCountV2(string contentId, ResultCallback< UGCModelsAddDownloadContentCountResponseV2 > callback) | AccelByte.Api.UGC | inline |
| BulkGetContentByShareCode(string[] shareCodes, ResultCallback< UGCModelsContentsResponse[]> callback) | AccelByte.Api.UGC | inline |
| BulkGetContentByShareCodeV2(string[] shareCodes, ResultCallback< UGCModelsContentsResponseV2[]> callback) | AccelByte.Api.UGC | inline |
| CreateChannel(string channelName, ResultCallback< UGCChannelResponse > callback) | AccelByte.Api.UGC | inline |
| CreateContent(string channelId, UGCRequest createRequest, ResultCallback< UGCResponse > callback) | AccelByte.Api.UGC | inline |
| CreateContent(string channelId, string name, string type, string subtype, string[] tags, byte[] preview, string fileExtension, ResultCallback< UGCResponse > callback, string contentType="application/octet-stream") | AccelByte.Api.UGC | inline |
| CreateContentV2(string channelId, CreateUGCRequestV2 createRequest, ResultCallback< UGCModelsCreateUGCResponseV2 > callback) | AccelByte.Api.UGC | inline |
| DeleteChannel(string channelId, ResultCallback callback) | AccelByte.Api.UGC | inline |
| DeleteContent(string channelId, string contentId, ResultCallback callback) | AccelByte.Api.UGC | inline |
| DeleteContentByShareCode(string channelId, string shareCode, ResultCallback callback) | AccelByte.Api.UGC | inline |
| DeleteContentScreenshotV2(string contentId, string screenshotId, ResultCallback callback) | AccelByte.Api.UGC | inline |
| DeleteContentV2(string channelId, string contentId, ResultCallback callback) | AccelByte.Api.UGC | inline |
| DeleteStagingContentByContentId(string userId, string contentId, ResultCallback callback) | AccelByte.Api.UGC | inline |
| GenerateUploadContentURLV2(string channelId, string contentId, UGCUploadContentURLRequestV2 uploadRequest, ResultCallback< UGCModelsUploadContentURLResponseV2 > callback) | AccelByte.Api.UGC | inline |
| GetBulkContentId(string[] contentIds, ResultCallback< UGCModelsContentsResponse[]> callback) | AccelByte.Api.UGC | inline |
| GetChannels(string userId, ResultCallback< UGCChannelPagingResponse > callback, int offset=0, int limit=1000, string channelName="") | AccelByte.Api.UGC | inline |
| GetChannels(ResultCallback< UGCChannelPagingResponse > callback, int offset=0, int limit=1000, string channelName="") | AccelByte.Api.UGC | inline |
| GetContentBulkByIdsV2(string[] contentIds, ResultCallback< UGCModelsContentsResponseV2[]> callback) | AccelByte.Api.UGC | inline |
| GetContentByContentId(string contentId, ResultCallback< UGCContentResponse > callback) | AccelByte.Api.UGC | inline |
| GetContentByContentIdV2(string contentId, ResultCallback< UGCModelsContentsResponseV2 > callback) | AccelByte.Api.UGC | inline |
| GetContentByShareCode(string shareCode, ResultCallback< UGCContentResponse > callback) | AccelByte.Api.UGC | inline |
| GetContentByShareCodeV2(string shareCode, ResultCallback< UGCModelsContentsResponseV2 > callback) | AccelByte.Api.UGC | inline |
| GetContentFollowed(ResultCallback< UGCContentsPagingResponse > callback, int limit=1000, int offset=0) | AccelByte.Api.UGC | inline |
| GetContentPreview(string contentId, ResultCallback< UGCPreview > callback) | AccelByte.Api.UGC | inline |
| GetContentPreview(string contentId, ResultCallback< byte[]> callback) | AccelByte.Api.UGC | inline |
| GetCreatorStats(string userId, ResultCallback< UGCGetCreatorStatsResponse > callback) | AccelByte.Api.UGC | inline |
| GetFollowedCreators(ResultCallback< UGCGetListFollowersPagingResponse > callback, int limit=1000, int offset=0) | AccelByte.Api.UGC | inline |
| GetLikedContents(GetLikedContentRequest getLikedContentRequest, ResultCallback< UGCContentsPagingResponse > callback) | AccelByte.Api.UGC | inline |
| GetLikedContents(GetAllLikedContentRequest getLikedContentRequest, ResultCallback< UGCContentsPagingResponse > callback) | AccelByte.Api.UGC | inline |
| GetListContentDownloaderV2(string contentId, ResultCallback< UGCModelsPaginatedContentDownloaderResponseV2 > callback, string userId="", int limit=20, int offset=0, UGCContentDownloaderSortBy sortBy=UGCContentDownloaderSortBy.CreatedTimeDesc) | AccelByte.Api.UGC | inline |
| GetListContentLikerV2(string contentId, ResultCallback< UGCModelsPaginatedContentLikerResponseV2 > callback, int limit=20, int offset=0, UGCContentDownloaderSortBy sortBy=UGCContentDownloaderSortBy.CreatedTimeDesc) | AccelByte.Api.UGC | inline |
| GetListFollowers(ResultCallback< UGCGetListFollowersPagingResponse > callback, int limit=1000, int offset=0) | AccelByte.Api.UGC | inline |
| GetListFollowing(string userId, ResultCallback< UGCGetListFollowersPagingResponse > callback, int limit=1000, int offset=0) | AccelByte.Api.UGC | inline |
| GetListStagingContent(string userId, UGCStagingContentStatus status, int limit, int offset, UGCListStagingContentSortBy sortBy, ResultCallback< UGCModelsPaginatedStagingContentResponse > callback) | AccelByte.Api.UGC | inline |
| GetTags(ResultCallback< UGCTagsPagingResponse > callback, int offset=0, int limit=1000) | AccelByte.Api.UGC | inline |
| GetTypes(ResultCallback< UGCTypesPagingResponse > callback, int offset=0, int limit=1000) | AccelByte.Api.UGC | inline |
| GetUserContents(string userId, ResultCallback< UGCContentsPagingResponse > callback, int limit=1000, int offset=0) | AccelByte.Api.UGC | inline |
| GetUserContentsV2(string userId, ResultCallback< UGCSearchContentsPagingResponseV2 > callback, int limit=20, int offset=0, UGCContentDownloaderSortBy sortBy=UGCContentDownloaderSortBy.CreatedTimeDesc) | AccelByte.Api.UGC | inline |
| GetUserGroups(string userId, ResultCallback< UGCGetUserGroupsPagingResponse > callback, int limit=1000, int offset=0) | AccelByte.Api.UGC | inline |
| GetUserStagingContentByContentId(string userId, string contentId, ResultCallback< UGCModelStagingContent > callback) | AccelByte.Api.UGC | inline |
| IdValidator (defined in AccelByte.Core.WrapperBase) | AccelByte.Core.WrapperBase | protected |
| ModifyContent(string channelId, string contentId, UGCUpdateRequest ModifyRequest, ResultCallback< UGCResponse > callback) | AccelByte.Api.UGC | inline |
| ModifyContent(string channelId, string contentId, UGCRequest ModifyRequest, ResultCallback< UGCResponse > callback, bool updateContent=false) | AccelByte.Api.UGC | inline |
| ModifyContent(string channelId, string contentId, string name, string type, string subtype, string[] tags, byte[] preview, string fileExtension, ResultCallback< UGCResponse > callback, string contentType="application/octet-stream", bool updateContent=false) | AccelByte.Api.UGC | inline |
| ModifyContentByShareCode(string channelId, string shareCode, UGCUpdateRequest modifyRequest, ResultCallback< UGCResponse > callback) | AccelByte.Api.UGC | inline |
| ModifyContentV2(string channelId, string contentId, ModifyUGCRequestV2 modifyRequest, ResultCallback< UGCModelsModifyUGCResponseV2 > callback) | AccelByte.Api.UGC | inline |
| ModifyStagingContentByContentId(string userId, string contentId, UGCUpdateStagingContentRequest modifyRequest, ResultCallback< UGCModelStagingContent > callback) | AccelByte.Api.UGC | inline |
| SearchContent(SearchContentRequest searchContentRequest, ResultCallback< UGCSearchContentsPagingResponse > callback) | AccelByte.Api.UGC | inline |
| SearchContentsSpecificToChannelV2(string channelId, ResultCallback< UGCSearchContentsPagingResponseV2 > callback, int limit=20, int offset=0, UGCContentDownloaderSortBy sortBy=UGCContentDownloaderSortBy.CreatedTimeDesc) | AccelByte.Api.UGC | inline |
| SearchContentsSpesificToChannel(string channelId, SearchContentRequest searchContentRequest, ResultCallback< UGCSearchContentsPagingResponse > callback) | AccelByte.Api.UGC | inline |
| SearchContentsV2(UGCGetContentFilterRequestV2 filterRequest, ResultCallback< UGCSearchContentsPagingResponseV2 > callback, int limit=20, int offset=0, UGCContentSortBy sortBy=UGCContentSortBy.CreatedTimeDesc) | AccelByte.Api.UGC | inline |
| UpdateChannel(string channelId, string name, ResultCallback< UGCChannelResponse > callback) | AccelByte.Api.UGC | inline |
| UpdateContentFileLocationV2(string channelId, string contentId, string fileExtension, string s3Key, ResultCallback< UpdateContentFileLocationResponseV2 > callback) | AccelByte.Api.UGC | inline |
| UpdateContentScreenshotV2(string contentId, ScreenshotsUpdatesV2 updateSreenshotsRequest, ResultCallback< ScreenshotsUpdatesV2 > callback) | AccelByte.Api.UGC | inline |
| UpdateFollowStatus(bool followStatus, ResultCallback< UGCUpdateFollowStatusToUserResponse > callback) | AccelByte.Api.UGC | inline |
| UpdateFollowStatus(bool followStatus, string userId, ResultCallback< UGCUpdateFollowStatusToUserResponse > callback) | AccelByte.Api.UGC | inline |
| UpdateLikeStatusToContent(string contentId, bool likeStatus, ResultCallback< UGCUpdateLikeStatusToContentResponse > callback) | AccelByte.Api.UGC | inline |
| UpdateLikeStatusToContentV2(string contentId, bool likeStatus, ResultCallback< UGCUpdateLikeStatusToContentResponse > callback) | AccelByte.Api.UGC | inline |
| UploadContentScreenshotV2(string contentId, ScreenshotsRequest screenshotsRequest, ResultCallback< ScreenshotsResponseV2 > callback) | AccelByte.Api.UGC | inline |
| UploadScreenshotContent(string contentId, string userId, ScreenshotsRequest screenshotsRequest, ResultCallback< ScreenshotsResponse > callback) | AccelByte.Api.UGC | inline |