static void n_OnClientCancelled(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Spotify.Sdk.Android.Authentication.LoginActivity __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Sdk.Android.Authentication.LoginActivity> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnClientCancelled();
 }
 static void n_OnClientComplete_Lcom_spotify_sdk_android_authentication_AuthenticationResponse_(IntPtr jnienv, IntPtr native__this, IntPtr native_response)
 {
     global::Com.Spotify.Sdk.Android.Authentication.LoginActivity          __this   = global::Java.Lang.Object.GetObject <global::Com.Spotify.Sdk.Android.Authentication.LoginActivity> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Spotify.Sdk.Android.Authentication.AuthenticationResponse response = global::Java.Lang.Object.GetObject <global::Com.Spotify.Sdk.Android.Authentication.AuthenticationResponse> (native_response, JniHandleOwnership.DoNotTransfer);
     __this.OnClientComplete(response);
 }