copy

@JvmName(name = "copy0")
inline fun copy(builder: Intents.Builder.() -> Unit): Intents(source)

Returns a copy of this instance of Intents modified with builder.


inline fun copy(block: Intents.IntentsBuilder.() -> Unit): Intents(source)

Deprecated (with error)

'Intents.IntentsBuilder' is deprecated, use 'Intents.Builder' instead.