| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        com.usebutton.sdk.checkout.CallToAction | 
    
    
Class Overview
Call to action for a Checkout Card. The call to action is displayed in the footer when a card
 is in the active state.
 
Summary
| Public Constructors | 
	 
    
        | 
            
            
            
            
            
            
         | 
        
        CallToAction(int icon, String text, int textColor)
        
         Creates a new checkout card call to action. 
  
   | 
| 
  [Expand]
   Inherited Methods  | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
 
   
 
 | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      CallToAction
      (int icon, String text, int textColor)
    
      
    
      
  Creates a new checkout card call to action.
 
  
      Parameters
      
        
          | icon
           | display icon drawable resource id. | 
        
        
          | text
           | display text string. | 
        
        
          | textColor
           | display text color hex value.
 | 
        
      
   
     
 
Public Methods
 
    
      
        public 
         
         
         
         
        int
      
      getTextColor
      ()