ConnectInitializer
The ConnectInitializer class is an implementation of the Initializer interface.
ConnectInitializer is an implementation of the Initializer interface.
Syntax: open class ConnectInitializer : Initializer<Unit>
Inheritors
Constructors
Public Constructors | Syntax |
---|---|
ConnectInitializer | constructor() |
Functions
Name | Description |
---|---|
create | open override fun create(context: Context) Initializes the application context of Webex Connect. |
dependencies | open override fun dependencies(): MutableList\<Class\<out Initializer\<\*>>> |
create
Initializes the application context of WebexConnect.
Syntax: open override fun create(context: Context)
Parameters:
Parameter Name | Description |
---|---|
context | Context of the application. |
Updated 8 days ago