Package com.zendesk.sdk.rating.impl
Class BaseRateMyAppButton
- java.lang.Object
 - 
- com.zendesk.sdk.rating.impl.BaseRateMyAppButton
 
 
- 
- All Implemented Interfaces:
 - RateMyAppButton, java.io.Serializable
 
- Direct Known Subclasses:
 - RateMyAppDontAskAgainButton, RateMyAppSendFeedbackButton, RateMyAppStoreButton
 
Deprecated.Rate My App is deprecated as of 1.10.0.1. See our open source alternative instead.
@Deprecated public abstract class BaseRateMyAppButton extends java.lang.Object implements RateMyAppButton
Applies the shared style attribute for RateMyAppButton- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor and Description BaseRateMyAppButton()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description intgetId()Deprecated.Gets the id that the button view will be associated with when it is created.intgetStyleAttributeId()Deprecated.Gets the attribute id that refers to the style to use.booleanshouldDismissDialog()Deprecated.Gets whether or not this button should dismiss the dialog after it has been clicked.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.zendesk.sdk.rating.RateMyAppButton
getLabel, getOnClickListener 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getStyleAttributeId
public int getStyleAttributeId()
Deprecated.Description copied from interface:RateMyAppButtonGets the attribute id that refers to the style to use. This should be defined in your styles.xml file as an attr element- Specified by:
 getStyleAttributeIdin interfaceRateMyAppButton- Returns:
 - the style attribute id
 
 
- 
getId
public int getId()
Deprecated.Description copied from interface:RateMyAppButtonGets the id that the button view will be associated with when it is created.- Specified by:
 getIdin interfaceRateMyAppButton- Returns:
 - the id of the button
 
 
- 
shouldDismissDialog
public boolean shouldDismissDialog()
Deprecated.Description copied from interface:RateMyAppButtonGets whether or not this button should dismiss the dialog after it has been clicked.Normally this will be false. The only reason to set this to true would be if you were manually adding a new dialog to be shown
- Specified by:
 shouldDismissDialogin interfaceRateMyAppButton- Returns:
 - true if the parent dialog should be dismissed after the button is actioned, false otherwise.
 
 
 - 
 
 -