Package 

Class ClientThemeSource

  • All Implemented Interfaces:
    com.withpersona.sdk2.inquiry.ThemeSource

    @Deprecated(message = "Client side theming is deprecated, please configure your theme inside the persona dashboard and use ServerThemeSource instead.") 
    public final class ClientThemeSource
     implements ThemeSource
                        

    Instructs the SDK to use theme values set on the client.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer theme
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getTheme()
      • Methods inherited from class java.lang.Object

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

      • ClientThemeSource

        ClientThemeSource(Integer theme)
        Parameters:
        theme - the style resource to use for theming.