Package zendesk.support
Class ContactUsSettings
- java.lang.Object
-
- zendesk.support.ContactUsSettings
-
public class ContactUsSettings extends java.lang.Object
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
-
-
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.
-
-