setButtonCustomization

abstract fun setButtonCustomization(buttonCustomization: ButtonCustomization, buttonType: UiCustomization.ButtonType)

The setButtonCustomization method shall accept a ButtonCustomization object along with a predefined button type. The 3DS3 SDK uses this object for customizing buttons. Note: The SDK will maintain a dictionary of buttons passed via this method for use during customization.


abstract fun setButtonCustomization(buttonCustomization: ButtonCustomization, buttonType: String)

This method is a variation of the setButtonCustomization method. The setButtonCustomization method shall accept a ButtonCustomization object and an implementer-specific button type. The 3DS2 SDK uses this object for customizing buttons. Note: This method shall be used when the SDK implementer wants to use a button type that is not included in the predefined Enum ButtonType. The SDK implementer shall maintain a dictionary of buttons passed via this method for use during customization.

Parameters

buttonCustomization

A ButtonCustomization object.

buttonType

Implementer-specific button type.