Bixby Developer Center

References

nothing

optional

Do not render anything in the outputted view.

result-view {
match {
Survey {
from-output: SubmitSurvey
}
}

message ("Thank you for your survey!")

render {
// Show nothing on the layout. You can customize the layout here.
nothing
}
}

View master on GitHub