# アプリ側のポップアップとの競合を避けたい

ネイティブアプリ側とKARTE側のポップアップが同一画面に表示されてしまう場合、KARTE側のポップアップの表示制御（[iOS](https://app.developers.karte.io/ios-sdk-appendix/appendix-iam-control-ios-sdk), [Android](https://app.developers.karte.io/android-sdk-appendix/appendix-iam-control-android-sdk)）を利用することで、競合を回避できます。

## ネイティブアプリ側のポップアップが既に表示されている場合に、KARTE側のポップアップを表示したくない

`InAppMessaging` クラスの `suppress()` メソッド を実行することで、KARTE側のポップアップが配信されても表示が抑制されます。

表示の抑制を解除するには、`InAppMessaging` クラスの `unsuppress()` メソッド を実行する必要があります。

## 既に表示されている KARTE側のポップアップを非表示にしたい

`InAppMessaging` クラスの `dismiss()` メソッド を実行することで、KARTE側のポップアップを非表示にできます。

## ポップアップの重なりを制御したい

ネイティブアプリ側とKARTE側のポップアップの表示が意図せず重なってしまう場合には、Windowの表示レベル（[iOS](https://app.developers.karte.io/ios-sdk-appendix/appendix-iam-spec-ios-sdk#windowの表示レベル) , [Android](https://app.developers.karte.io/android-sdk-appendix/appendix-iam-spec-android-sdk#windowの表示レベル) ）で調整可能です。\
※KARTE側でポップアップが表示されるWindowの表示レベルは固定されているため、アプリ側のポップアップの表示レベルを調整する必要があります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://app.developers.karte.io/app-faq/avoid-popup-conflict.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
