SDKEligibilityStep

class SDKEligibilityStep : Step
extension SDKEligibilityStep : CustomStringConvertible, Identifiable

Undocumented

  • Execute step action

    • context: The context to associate with execution
    • completion: The completion callback to be called after execution

    Declaration

    Swift

    override func execute(context: State?, completion: SDKEligibilityStep.Next?)

    Parameters

    context

    The context to associate with execution

    completion

    The completion callback to be called after execution