Skip to main content
API Reference SwiftyNsdk

featureStatus

Gets the current status of the feature....

Declaration

func featureStatus() -> NsdkFeatureStatus

Summary

Gets the current status of the feature.
This method reports any errors or warnings that have occurred within the feature system.
Check this periodically to monitor the health of operations. Once an error is flagged,
it will remain flagged until the problematic process runs again and completes successfully.
- Returns: Feature status flags indicating current state and any issues


ON THIS PAGE