> For the complete documentation index, see [llms.txt](https://nsl-solution.gitbook.io/livesolution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nsl-solution.gitbook.io/livesolution/viewer/sdk-android/requests.md).

# 뷰어로 요청하기

### 뷰어 토스트 메시지 노출

다음 API를 통해 뷰어 상단에 토스트 형태의 메시지를 노출할 수 있습니다.&#x20;

<figure><img src="/files/i05I29a5WjUzJZgCZgc5" alt=""><figcaption></figcaption></figure>

```kotlin
ShoppingLive.showNotice(message, imageURL, landingURL)
```

<table><thead><tr><th width="136">param</th><th width="109">type</th><th width="112">required</th><th>desc</th></tr></thead><tbody><tr><td>message</td><td>string</td><td>Y</td><td>토스트에 노출할 텍스트</td></tr><tr><td>imageUrl</td><td>string</td><td>N</td><td>토스트 좌측 40*40dp 노출 이미지 (120*120px 권장)</td></tr><tr><td>landingUrl</td><td>string</td><td>N</td><td>클릭시 랜딩될 URL, null인 경우 동작 없음</td></tr></tbody></table>
