Commit be8f4edd authored by Abdullah Hafizh's avatar Abdullah Hafizh

feat: Refactor activation function in MainActivity

parent 5207e2cb
...@@ -80,7 +80,7 @@ class MainActivity : AppCompatActivity() { ...@@ -80,7 +80,7 @@ class MainActivity : AppCompatActivity() {
} }
fun activation(): Boolean { fun activation() {
val unlockAarResponse: UnlockAarResponse = aarDevice.unlockLibrary( val unlockAarResponse: UnlockAarResponse = aarDevice.unlockLibrary(
accessToken, accessToken,
DeviceEnvironment.UNLOCK, DeviceEnvironment.UNLOCK,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment