toggle menu
stripe-android
androidJvm
switch theme
search in API
default
/
com.stripe.android.mlcore.impl
/
InterpreterWrapperImpl
Interpreter
Wrapper
Impl
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
InterpreterWrapperImpl
(
file
:
File
,
options
:
InterpreterOptionsWrapper
)
:
InterpreterWrapper
Members
Constructors
Interpreter
Wrapper
Impl
Link copied to clipboard
constructor
(
file
:
File
,
options
:
InterpreterOptionsWrapper
)
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
run
Link copied to clipboard
open
override
fun
run
(
input
:
Any
,
output
:
Any
)
run
For
Multiple
Inputs
Outputs
Link copied to clipboard
open
override
fun
runForMultipleInputsOutputs
(
inputs
:
Array
<
Any
>
,
outputs
:
Map
<
Int
,
Any
>
)