Loading...
Searching...
No Matches
AccelByte.Api.UGC Member List

This is the complete list of members for AccelByte.Api.UGC, including all inherited members.

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