getPropertyDetail

suspend fun getPropertyDetail(propertyUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetPropertyResult

Get detailed information for a specific property by its UID.

This method implements an offline-first approach:

  1. Returns cached property data immediately if available

  2. Background sync will update the data automatically

Return

GetPropertyResult containing property detail with complete information, or error

Parameters

propertyUid

The unique identifier of the property