ProfileResponderDelegate
public protocol ProfileResponderDelegate
                Represents a type that is use for the ProfileChallengeViewController's collection controller.
- 
                  
                  
Return the array of
MutableProfileAttributeof the conforming class.Declaration
Swift
func modifiedAttributes(_ profileChallengeViewController: ProfileChallengeViewController) -> [MutableProfileAttribute] - 
                  
                  
Tells the conforming class that the required attribute is missing in the
ProfileChallengeViewController.Declaration
Swift
func requiredAttributeIsMissing(_ profileChallengeViewController: ProfileChallengeViewController, name: MutableProfileAttribute) - 
                  
                  
Tells the conforming class that the there is no modified attributes found.
Declaration
Swift
func noModifiedAttributesFound(_ profileChallengeViewController: ProfileChallengeViewController) 
View on GitHub
        ProfileResponderDelegate Protocol Reference