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

# OnStartFinishedHandler

This interface is used with [`start(OnStartFinishedHandler)`](/sdk/api-reference/android/sentiance.md#start).

## OnStartFinishedHandler API

### OnStartFinished

> ```java
> void onStartFinished(SdkStatus sdkStatus)
> ```
>
> Called when the SDK start operation has finished. This does not guarantee that detections are actually occurring; to know that, check the [`SdkStatus`](/sdk/api-reference/android/sdkstatus.md) parameter.

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