queryCacheWithConfigV2 abstract method

Future<bool> queryCacheWithConfigV2(
  1. ZegoCopyrightedMusicQueryCacheConfigV2 config
)

Query the resource's cache is existed or not.

Available since: 3.12.0 Description: Query the resource is existed or not, query the Yinsuda resource cache by default Use case: Can be used to check the resource's cache is existed or not When to call: After initializing the copyrighted music success initCopyrightedMusic.

  • config The configuration of querying cache.

Implementation

Future<bool> queryCacheWithConfigV2(
    ZegoCopyrightedMusicQueryCacheConfigV2 config);