Package 

Interface PianoIdOAuthProvider

    • Method Summary

      Modifier and Type Method Description
      abstract Intent buildIntent(Context context, Bundle extras) Gets intent for starting sign in process
      abstract String getName() Get OAuth-provider name
      • Methods inherited from class java.lang.Object

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

      • buildIntent

         abstract Intent buildIntent(Context context, Bundle extras)

        Gets intent for starting sign in process

        Parameters:
        context - Context for building instance
        extras - Bundle, which will be added to intent before start.