public static interface Aroma.Request
| Modifier and Type | Method and Description |
|---|---|
void |
send() |
Aroma.Request |
text(String message,
Object... args) |
Aroma.Request |
titled(String title) |
Aroma.Request |
withUrgency(Urgency level) |
Aroma.Request text(@Required String message, @Optional Object... args)
Aroma.Request titled(@Required String title)
Aroma.Request withUrgency(@Required Urgency level) throws IllegalArgumentException
IllegalArgumentExceptionvoid send() throws IllegalArgumentException, BananaException
Copyright © 2015–2016 RedRoma. All rights reserved.