static void n_UnregisterTarget_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Liveperson.Infra.ForegroundService __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.ForegroundService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0 = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.UnregisterTarget(p0);
        }
        static bool n_IsTargetForeground_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Liveperson.Infra.ForegroundService __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.ForegroundService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0    = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);
            bool   __ret = __this.IsTargetForeground(p0);

            return(__ret);
        }
 static IntPtr n_GetForegroundBrandId(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.ForegroundService __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.ForegroundService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.ForegroundBrandId));
 }
 static void n_UnregisterAll(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.ForegroundService __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.ForegroundService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.UnregisterAll();
 }
 static bool n_IsBrandForeground(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.ForegroundService __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.ForegroundService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsBrandForeground);
 }