SdkFeatureStateDelegate
public protocol SdkFeatureStateDelegate : AnyObject
A delegate for changes to the Feature states. All errors for Notifications, Salto, Aperio, Digital ID and Wallet features will come through here.
-
Called after a change in the current list of SdkFeatureState
Declaration
Swift
func onFeatureStatesChanged(featureStates: [SdkFeatureState])
-
Called for non-stateful errors encountered during the processing of feature data. All errors from enabled SdkFeature services will come through here Errors can be filtered out based on error subtype
Declaration
Swift
func onFeatureError(error: Error)