public interface Notes
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Notes.Section |
| Modifier and Type | Method and Description |
|---|---|
String |
getDanger() |
String |
getDescription() |
String |
getIcon() |
String |
getImportant() |
String |
getIntroduction() |
String |
getNote() |
List<Notes.Section> |
getSections() |
String |
getTip() |
String |
getTitle() |
String |
getWarning() |
@Nullable List<Notes.Section> getSections()
Copyright © 2016–2025. All rights reserved.