Package com.zendesk.sdk.model.settings
Class ContactUsSettings
- java.lang.Object
-
- com.zendesk.sdk.model.settings.ContactUsSettings
-
- All Implemented Interfaces:
- java.io.Serializable
public class ContactUsSettings extends java.lang.Object implements java.io.Serializable
Models the Request settings which will be used by theContactZendeskActivity
or theContactZendeskFragment
.These settings are only applicable for the standalone ContactUs components and will not be applied when ContactUs is indirectly invoked through the
RateMyAppDialog
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ContactUsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<java.lang.String>
getTags()
Gets a list of tags that will be appended to the ticket that is created by the contact Zendesk component.
-
-
-
Method Detail
-
getTags
public java.util.List<java.lang.String> getTags()
Gets a list of tags that will be appended to the ticket that is created by the contact Zendesk component.These server-supplied tags will be appended to any locally specified tags and will not overwrite them.
- Returns:
- The list of tags to append to the ticket. This is unmodifiable.
-
-