OnSdkStatusUpdateHandler

This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.

This interface is used with setOnSdkStatusUpdateHandler(OnSdkStatusUpdateHandler).

To learn how to use this interface, please see this guide.

OnSdkStatusUpdateHandler API

onSdkStatusUpdate

void onSdkStatusUpdate(SdkStatus status)

Called whenever the SDK status changes (or more specifically, whenever one of the fields of SdkStatus changes).

Parameters

status

An Sdkstatus object representing the current SDK status.

Last updated