InterestsChangedDelegate
@objc
public protocol InterestsChangedDelegate
InterestsChangedDelegate protocol.
Method interestsSetOnDeviceDidChange(interests:) will be called when interests set changes.
-
Tells the delegate that the device’s interests subscriptions list has changed.
Declaration
Swift
func interestsSetOnDeviceDidChange(interests: [String])Parameters
interestsThe new list of interests.
View on GitHub
InterestsChangedDelegate Protocol Reference