Beispiel #1
0
        static IntPtr n_PlayContentItem_Lcom_spotify_protocol_types_ListItem_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Spotify.Android.Appremote.Api.IContentApi __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Api.IContentApi> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Spotify.Protocol.Types.ListItem           p0     = global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.Types.ListItem> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.PlayContentItem(p0));

            return(__ret);
        }
Beispiel #2
0
        static IntPtr n_GetRecommendedContentItems_Lcom_spotify_android_appremote_api_ContentApi_ContentType_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Spotify.Android.Appremote.Api.IContentApi           __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Api.IContentApi> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Spotify.Android.Appremote.Api.ContentApiContentType p0     = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Api.ContentApiContentType> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.GetRecommendedContentItems(p0));

            return(__ret);
        }