invoke

@JvmName(name = "create")
operator fun invoke(environment: Environment, brandId: Long, channelId: String): SocketFactoryConfiguration

Helper method to create a new configuration.

See also


@JvmName(name = "create")
operator fun invoke(environment: Environment, brandId: Long, channelId: String, version: String = BuildConfig.VERSION_NAME): SocketFactoryConfiguration

Deprecated

This method is deprecated for public usage and will be removed from public API.

Helper method to create a new configuration.

See also