Interactable
@protocol Interactable
Protocol for an entity that reactively represents a Ripe instance
-
This method is called by the owner whenever its state changes so that the instance can update itself for the new state.
Declaration
Objective-C
- (void)update:(nonnull NSDictionary *)state;
Swift
func update(_ state: [AnyHashable : Any])
Parameters
state
A map containing the new state of the owner.