Skip to content

Reader Disconnect issue  #532

Open
Open
@VijayRathodM

Description

Summary

When reader is connect after we have one button to disconnect reader but there is not return callback, this issue major in Fragment , we need to call onSuccess after to back the screen but it is not possible

Code to reproduce

Step 1
Connect Reader Successfull
Step 2
Disconnect Button and click following callback

 Terminal.getInstance().disconnectReader(object : Callback {
    override fun onFailure(e: TerminalException) {
    
    }

    override fun onSuccess() {
            
        }
})

but not any callback method onSuccess or onFailure nothing to call

Android version

14

Impacted devices (Android devices or readers)

SDK version

4.0.0

Other information

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions