public unsafe CallResult(global::Com.Spotify.Protocol.Types.TypesRequestId requestId)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            const string __id = "(Lcom/spotify/protocol/types/Types$RequestId;)V";

            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((requestId == null) ? IntPtr.Zero : ((global::Java.Lang.Object)requestId).Handle);
                var __r = _members.InstanceMethods.StartCreateInstance(__id, ((object)this).GetType(), __args);
                SetHandle(__r.Handle, JniHandleOwnership.TransferLocalRef);
                _members.InstanceMethods.FinishCreateInstance(__id, this, __args);
            } finally {
            }
        }
Exemple #2
0
 static int n_GetRaw(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Spotify.Protocol.Types.TypesRequestId __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.Types.TypesRequestId> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Raw);
 }