CorePropertyServicesInterface
public protocol CorePropertyServicesInterface
:nodoc
-
Declaration
Swift
func downloadPropertyData(propertyId: Int, progress: @escaping ((Float) -> Void), completed: @escaping (() -> Void))
-
Declaration
Swift
func downloadPropertyCMSData(propertyId: Int, completed: @escaping (() -> Void))
-
Declaration
Swift
func createRetryPolicy(override: Bool, retryNow: Bool, retryTimes: Int, id: Int?, language: MNLanguageType?, type: MNRequestType, completion: ((_ isSucceed: Bool) -> ())?)
-
Declaration
Swift
func isPropertyDownloaded(propertyId: Int) -> Bool
-
Declaration
Swift
func isDownloadingProperty(propertyId: Int) -> Bool
-
Declaration
Swift
func getPropertyVersion(propertyId: Int) -> Int
-
Declaration
Swift
func getBuildingVersion(buildingId: Int) -> Int
-
Declaration
Swift
func propertyHasUpdate(propertyId: Int)
-
Declaration
Swift
func buildingHasUpdate(buildingId: Int)
-
Declaration
Swift
func propertyDownloadProgress(propertyId: Int) -> Int?