Exemplo n.º 1
0
        static IntPtr n_SetHostAppJWT_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Liveperson.Infra.LPAuthenticationParams __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.LPAuthenticationParams> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0    = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.SetHostAppJWT(p0));

            return(__ret);
        }