Zync Property Manager
class ZyncPropertyManager
Public API manager for property operations in the Zync SDK.
This manager provides the public interface for property-related functionality, following the offline-first approach where local data is returned immediately and background sync operations keep the data updated.
Functions
Link copied to clipboard
suspend fun fetchProperties(sortAndFilter: ZyncPropertySortAndFilter, page: Int, pageSize: Int): GetPropertiesResult
Fetch paginated list of properties with filtering and sorting options.
Link copied to clipboard
suspend fun getPropertyDetail(propertyUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetPropertyResult
Get detailed information for a specific property by its UID.
Link copied to clipboard
Observe changes to a specific property in real-time.