Package com.adyen.threeds2.customization
        Class ToolbarCustomization
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable
 
 public final class ToolbarCustomization extends Customization This class provides methods for the App to pass toolbar customization parameters to the 3DS SDK. Created by Ran Haveshush on 24/08/2018. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description ToolbarCustomization()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetBackgroundColor()voidsetBackgroundColor(String hexColorCode)Sets the background color of the toolbar. StringgetHeaderText()voidsetHeaderText(String headerText)Sets the header text of the toolbar. StringgetButtonText()voidsetButtonText(String buttonText)Sets the button text of the toolbar. - 
                                            
                                        
                                            Methods inherited from class com.adyen.threeds2.customization.CustomizationgetTextColor, getTextFontName, getTextFontSize, parseHexColorCode, parseTypeface, setTextColor, setTextFontName, setTextFontSize
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getBackgroundColorString getBackgroundColor() - Returns:
- The background color code of the toolbar. 
 
 - 
                                        setBackgroundColorvoid setBackgroundColor(String hexColorCode) Sets the background color of the toolbar. - Parameters:
- hexColorCode- The colour code in Hex format.
 
 - 
                                        getHeaderTextString getHeaderText() - Returns:
- The toolbar header text. 
 
 - 
                                        setHeaderTextvoid setHeaderText(String headerText) Sets the header text of the toolbar. - Parameters:
- headerText- The header text for the toolbar.
 
 - 
                                        getButtonTextString getButtonText() - Returns:
- The button text of the toolbar. 
 
 - 
                                        setButtonTextvoid setButtonText(String buttonText) Sets the button text of the toolbar. - Parameters:
- buttonText- The button text for the toolbar.
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-