toggle menu
App2AppSDK
androidJvm
switch theme
search in API
app2app-android
/
pl.novelpay.app2app.model.adapter
/
ServerAdapter
Server
Adapter
abstract
class
ServerAdapter
<
Server
>
:
Converter
<
Server
,
<Error class: unknown class>
>
Converts
Server
into/from AIDL type
Inheritors
ServerAdapter
Members
Constructors
Server
Adapter
Link copied to clipboard
constructor
(
)
Properties
detekt
Stub
Link copied to clipboard
val
detektStub
:
Unit
Functions
convert
In
Link copied to clipboard
abstract
fun
convertIn
(
input
:
Server
)
:
<Error class: unknown class>
Converts
input
to
Out
convert
Out
Link copied to clipboard
abstract
fun
convertOut
(
input
:
<Error class: unknown class>
)
:
Server
Converts
input
to
In