Esempio n. 1
0
 static bool n_IsSatisfied(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Spotify.Android.Appremote.Internal.SpotifyAppRemoteIsConnectedRule __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Internal.SpotifyAppRemoteIsConnectedRule> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsSatisfied);
 }
Esempio n. 2
0
 static IntPtr n_GetError(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Spotify.Android.Appremote.Internal.SpotifyAppRemoteIsConnectedRule __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Internal.SpotifyAppRemoteIsConnectedRule> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Error));
 }