toggle menu
Kinegram eMRTD Connector
Android
switch theme
search in API
Kinegram eMRTD Connector
/
com.kinegram.android.emrtdconnector
/
EmrtdConnectorActivity
Emrtd
Connector
Activity
open
class
EmrtdConnectorActivity
:
AppCompatActivity
,
ClosedListener
,
StatusListener
,
EmrtdPassportListener
Members
Constructors
Emrtd
Connector
Activity
Link copied to clipboard
constructor
(
)
Functions
handle
Link copied to clipboard
open
fun
handle
(
status
:
String
)
As a status update is available this method will be invoked.
open
fun
handle
(
emrtdPassport
:
EmrtdPassport
,
exception
:
JSONException
)
As the server sent the result to this client this method will be invoked.
open
fun
handle
(
code
:
Int
,
reason
:
String
,
remote
:
Boolean
)
As a WebSocket Connection is closed, this method will be invoked.
on
Create
Link copied to clipboard
open
fun
onCreate
(
savedInstanceState
:
Bundle
)