getAssetDetail

suspend fun getAssetDetail(assetUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetAssetResult

Get detailed information for a specific asset by its UID.

This method implements an offline-first approach:

  1. Returns cached asset data immediately if available

  2. Background sync will update the data automatically

Return

AssetResult containing asset detail with complete information, or error

Parameters

assetUid

The unique identifier of the asset