Class 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 the ContactZendeskActivity or the ContactZendeskFragment.

    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
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContactUsSettings

        public ContactUsSettings()
    • 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.