RVS_AutofillTextFieldDelegate

public protocol RVS_AutofillTextFieldDelegate : AnyObject

We add methods specific to this class.

  • This is called when the user makes a selection, and the text is entered into the field. It allows you to access the refCon of the selected completion.

    Default Implementation

    Default does nothing.

    Declaration

    Swift

    func autoFillTextField(_ autofillTextField: RVS_AutofillTextField, selectionWasMade: RVS_AutofillTextFieldDataSourceType)

    Parameters

    autofillTextField

    The text field affected.

    selectionWasMade

    This is the complete data source entity that was selected.