> 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/onsdkstatusupdatehandler.md).

# OnSdkStatusUpdateHandler

This interface is used with [`setOnSdkStatusUpdateHandler(OnSdkStatusUpdateHandler)`](/sdk/api-reference/android/sdkconfig/sdkconfig-builder.md).

To learn how to use this interface, please see [this](/getting-started/sdk-integration/6.-sdk-status-updates.md) guide.

## OnSdkStatusUpdateHandler 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. |
