Customize Set

User-defined implementation setting module, refer to Tuya Smart Camera SDK - Set

Declaration

Set SettingListener to implement the custom panel setting function. The entrance is in the upper right corner of the preview panel.

TuyaCameraPanelSDK.setCustomSettingListener(SettingListener settingListener);

Parameters

Parameter Description
settingListener SettingListener interface, set this listener, you can customize the cloud storage panel; you can customize the settings panel, if not set, call the settings panel of the default Tuya camera

Example

TuyaCameraPanelSDK.setCustomSettingListener(new SettingListener() {
    @Override
    public void onSettingClick() {
        L.d(TAG, "Customize Set");
    }
});

results matching ""

    No results matching ""