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 SummaryConstructors Constructor and Description BaseRateMyAppButton()Deprecated.
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.zendesk.sdk.rating.RateMyAppButtongetLabel, getOnClickListener
 
- 
 
- 
- 
- 
Method Detail- 
getStyleAttributeIdpublic 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 interface- RateMyAppButton
- Returns:
- the style attribute id
 
 - 
getIdpublic 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 interface- RateMyAppButton
- Returns:
- the id of the button
 
 - 
shouldDismissDialogpublic 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 interface- RateMyAppButton
- Returns:
- true if the parent dialog should be dismissed after the button is actioned, false otherwise.
 
 
- 
 
-