static IntPtr n_GetChildrenOfItem_Lcom_spotify_protocol_types_ListItem_II(IntPtr jnienv, IntPtr native__this, IntPtr native_item, int perpage, int offset)
        {
            global::Com.Spotify.Android.Appremote.Internal.ContentApiImpl __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Internal.ContentApiImpl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Spotify.Protocol.Types.ListItem item = global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.Types.ListItem> (native_item, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.GetChildrenOfItem(item, perpage, offset));

            return(__ret);
        }
        static IntPtr n_GetRecommendedContentItems_Lcom_spotify_android_appremote_api_ContentApi_ContentType_(IntPtr jnienv, IntPtr native__this, IntPtr native_type)
        {
            global::Com.Spotify.Android.Appremote.Internal.ContentApiImpl   __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Internal.ContentApiImpl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Spotify.Android.Appremote.Api.ContentApiContentType type   = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Api.ContentApiContentType> (native_type, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.GetRecommendedContentItems(type));

            return(__ret);
        }