static IntPtr n_GetDescription(IntPtr jnienv, IntPtr native__this) { global::Com.Parse.Oauth.OAuth1FlowException __this = global::Java.Lang.Object.GetObject <global::Com.Parse.Oauth.OAuth1FlowException> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); return(JNIEnv.NewString(__this.Description)); }
static int n_GetErrorCode(IntPtr jnienv, IntPtr native__this) { global::Com.Parse.Oauth.OAuth1FlowException __this = global::Java.Lang.Object.GetObject <global::Com.Parse.Oauth.OAuth1FlowException> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); return(__this.ErrorCode); }