Is it possible to do multi-line text with local notifications?
Example:
options = {
alert = “Test notification./nThis is a long sentence and needs a new line”,
badge = 0,
custom = {id = A}
}
I tried the above example and I don’t get a drop down option in the status bar.