UIElement
public enum UIElement
Represent the different elements on forms that can be interacted with
-
Request to change identifier
Declaration
Swift
case changeIdentifier -
Request to see platform terms and conditions
Declaration
Swift
case agreementsSchibstedAccount -
Request to see client terms and conditions
Declaration
Swift
case agreementsClient -
Request to see platform privacy policy
Declaration
Swift
case privacySchibstedAccount -
Request to see client privacy policy
Declaration
Swift
case privacyClient -
Resent identifier click
Declaration
Swift
case resend -
Request to go to forgot password flow
Declaration
Swift
case forgotPassword -
Request to see info about Schibsted Account
Declaration
Swift
case whatsSchibstedAccount -
Request to see info about
Remember me on this device
featureDeclaration
Swift
case rememberMeInfo -
Request to see info about adjusting privacy choices
Declaration
Swift
case adjustPrivacyChoices -
Request to see info about Schibsted
Declaration
Swift
case learnMoreAboutSchibsted
View on GitHub
UIElement Enumeration Reference