notificationPrompts

@JvmName(name = "mncjtkewfyrsjwps")
suspend fun notificationPrompts(value: Output<List<String>>)
@JvmName(name = "qwnwlxqjumqwrtxj")
suspend fun notificationPrompts(value: List<String>?)

Parameters

value

Control when notifications will be sent out. Each value may be one of: NOTIFICATION_PROMPT_UNSPECIFIED, OPENED, CLOSED.


@JvmName(name = "oahkqlcfyuinsqwx")
suspend fun notificationPrompts(vararg values: Output<String>)


@JvmName(name = "xhchsdloumvnmlng")
suspend fun notificationPrompts(values: List<Output<String>>)
@JvmName(name = "pbbwntnjpxmmpted")
suspend fun notificationPrompts(vararg values: String)

Parameters

values

Control when notifications will be sent out. Each value may be one of: NOTIFICATION_PROMPT_UNSPECIFIED, OPENED, CLOSED.