setButtonCustomization
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.
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
A ButtonCustomization object.
Implementer-specific button type.