createQueryAllUgcRequestPage method

UgcQueryHandle createQueryAllUgcRequestPage(
  1. EUgcQuery queryType,
  2. EUgcMatchingUgcType matchingeMatchingUgcTypeFileType,
  3. AppId nCreatorAppId,
  4. AppId nConsumerAppId,
  5. int page,
)

Implementation

UgcQueryHandle createQueryAllUgcRequestPage(
  EUgcQuery queryType,
  EUgcMatchingUgcType matchingeMatchingUgcTypeFileType,
  AppId nCreatorAppId,
  AppId nConsumerAppId,
  int page,
) =>
    _createQueryAllUgcRequestPage.call(
      this,
      queryType.value,
      matchingeMatchingUgcTypeFileType.value,
      nCreatorAppId,
      nConsumerAppId,
      page,
    );