Android_SDK_Demo icon indicating copy to clipboard operation
Android_SDK_Demo copied to clipboard

How can we update sound volume ttlock?

Open JackeyPSSPL opened this issue 2 years ago • 0 comments

Hi Team,

I verified the documentation and checked it but was not able to identify the below method I also checked the TTLock SDK version is "3.2.6" but not get the below method from this SDK.

I want to update the sound level of my Bluetooth device so how can I do this please help me.

Documentation link https://euopen.ttlock.com/document/doc?urlName=appSdkV3%2FandroidSdkDemoV3%2FlockApisEn.html

  1. Set sound volume public void setLockSoundWithSoundVolume(SoundVolume soundVolume, String lockData, SetLockSoundWithSoundVolumeCallback callback)

  2. Get sound volume public void getLockSoundWithSoundVolume(String lockData, GetLockSoundWithSoundVolumeCallback callback)

Note: If possible please give an example so it would be easy to understand

Screenshot_1

JackeyPSSPL avatar Oct 12 '23 10:10 JackeyPSSPL