PropertyActionCompleteListener

public protocol PropertyActionCompleteListener : AnyObject

Listener to changes in position delete / unload activity

  • Gets called when action is completed

    Declaration

    Swift

    func completed(action: PropertyAction,
    			   propertyId: Int,
    			   sucessfully: Bool,
    			   error: Error?)

    Parameters

    action

    Type of action involved (delete, unload, etc)

    propertyId

    an identifier for the property

    sucessfully

    true if successful

    error

    error if any