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
actionType of action involved (delete, unload, etc)
propertyIdan identifier for the property
sucessfullytrue if successful
errorerror if any
 
      PropertyActionCompleteListener Protocol Reference