get Asset Detail
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:
Returns cached asset data immediately if available
Background sync will update the data automatically
Return
AssetResult containing asset detail with complete information, or error
Parameters
asset Uid
The unique identifier of the asset