Class RedirectUriReceiverActivity

All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2, KeyEvent.Callback, LayoutInflater.Factory, LayoutInflater.Factory2, View.OnCreateContextMenuListener, Window.Callback

public class RedirectUriReceiverActivity extends Activity
Activity that receives the auth response sent by the browser's Custom Tab via deeplink. The sole purpose of this activity is to forward the response back to LoginActivity. This activity is used only during browser based auth flow - when the Spotify app is not installed on the device.
  • Constructor Details

    • RedirectUriReceiverActivity

      public RedirectUriReceiverActivity()
  • Method Details

    • onCreate

      protected void onCreate(@Nullable Bundle savedInstanceState)
      Overrides:
      onCreate in class Activity