Skip to main content
API Reference SwiftyNsdk NsdkSession

setAgeLevel

Sets the age level for the NSDK session....

Declaration

func setAgeLevel(_ ageLevel: AgeLevel)

Summary

Sets the age level for the NSDK session.
This method sets the age classification for the user
- Parameter ageLevel: The age level to set (unknown, minor, teen, or adult)
## Example
swift <br />session.setAgeLevel(.adult) <br />


ON THIS PAGE