Package 

Class PianoIdClient.SignInContext

    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> disableSignUp() Turns off the registration screen
      final <ERROR CLASS> widget(String widget) Sets the screen when opening Piano ID.
      final <ERROR CLASS> stage(String stage) Sets the stage directive element value, which can be used for show or hide parts of template
      • Methods inherited from class java.lang.Object

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

      • disableSignUp

         final <ERROR CLASS> disableSignUp()

        Turns off the registration screen

      • widget

         final <ERROR CLASS> widget(String widget)

        Sets the screen when opening Piano ID. Use {@link PianoId#WIDGET_LOGIN} to open the login screen or {@link PianoId#WIDGET_REGISTER} to open the registration screen.

        Parameters:
        widget - {@link PianoId#WIDGET_LOGIN}, {@link PianoId#WIDGET_REGISTER} or null
      • stage

         final <ERROR CLASS> stage(String stage)

        Sets the stage directive element value, which can be used for show or hide parts of template

        Parameters:
        stage - Value for passing to template