createQueryUserUgcRequest method

UgcQueryHandle createQueryUserUgcRequest(
  1. AccountId accountId,
  2. EUserUgcList listType,
  3. EUgcMatchingUgcType matchingUgcType,
  4. EUserUgcListSortOrder sortOrder,
  5. AppId nCreatorAppId,
  6. AppId nConsumerAppId,
  7. int page,
)

Implementation

UgcQueryHandle createQueryUserUgcRequest(
  AccountId accountId,
  EUserUgcList listType,
  EUgcMatchingUgcType matchingUgcType,
  EUserUgcListSortOrder sortOrder,
  AppId nCreatorAppId,
  AppId nConsumerAppId,
  int page,
) =>
    _createQueryUserUgcRequest.call(
      this,
      accountId,
      listType.value,
      matchingUgcType.value,
      sortOrder.value,
      nCreatorAppId,
      nConsumerAppId,
      page,
    );