why deepstreamHub? compare us getting started feature roadmap faq
use cases pricing
products
developers
company
blog contact

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