interface ConfigurationParams {
    timeout?: number;
    label?: LabelProps;
    navigationBar?: NavigationBarProps;
    textField?: TextFieldProps;
    submitButton?: ButtonProps;
    cancelButton?: ButtonProps;
    continueButton?: ButtonProps;
    nextButton?: ButtonProps;
    resendButton?: ButtonProps;
    backgroundColor?: string;
    footer?: FooterProps;
    accentColor?: string;
}

Hierarchy (View Summary, Expand)

Properties

timeout?: number
label?: LabelProps
navigationBar?: NavigationBarProps
textField?: TextFieldProps
submitButton?: ButtonProps
cancelButton?: ButtonProps
continueButton?: ButtonProps
nextButton?: ButtonProps
resendButton?: ButtonProps
backgroundColor?: string
footer?: FooterProps
accentColor?: string
MMNEPVFCICPMFPCPTTAAATR