> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/android/sdkstatusupdatelistener.md).

# SdkStatusUpdateListener

A listener that receives SDK status updates. See how it's used [here](/getting-started/sdk-integration/6.-sdk-status-updates.md).

## SdkStatusUpdateListener API

### `onSdkStatusUpdate`

> ```java
> void onSdkStatusUpdate(SdkStatus status)
> ```
>
> Called whenever the SDK status changes (or more specifically, whenever one of the fields of [`SdkStatus`](/sdk/api-reference/android/sdkstatus.md) changes).

| Parameters |                                                                                                       |
| ---------- | ----------------------------------------------------------------------------------------------------- |
| status     | An [`Sdkstatus`](/sdk/api-reference/android/sdkstatus.md) object representing the current SDK status. |
