toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.util
/
Factory
Factory
@
FunctionalInterface
interface
Factory
<
T
>
Functional interface representing a simple factory with a single no-arg
create()
method.
Parameters
<T>
Members
Functions
create
Link copied to clipboard
abstract
fun
create
(
)
:
T
Creates a new instance.