A listener that notifies whenever AnonymousRecord.setName(_:)
is called.
This is useful to easily populate user-interface with data choosen from a list of entries.
Learn more about AnonymousRecords in this tutorial
Methods
recordNameChanged(_:anonymousRecord:)
func recordNameChanged(_ name: String, anonymousRecord: AnonymousRecord) -> Void
argument | type | description |
---|---|---|
name | String | The new recordName |
anonymousRecord | AnonymousRecord | The anonymousRecord which name changed |
Notified whenever the underlying record changes