| java.lang.Object | |
| ↳ | chan.content.ChanLocator.NavigationData |
Navigation data holder. Used in handleUriClickSpecial(Uri) method.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TARGET_POSTS | Target to list of posts. |
||||||||||
| TARGET_SEARCH | Target to list of search results. |
||||||||||
| TARGET_THREADS | Target to list of threads. |
||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Target to list of posts.
Target to list of search results. You must enable
allowSearch option for specified board to use this target.
Target to list of threads.
| Parameters | |
|---|---|
target |
int:
Can take the values TARGET_THREADS, TARGET_POSTS or TARGET_SEARCH. |
boardName |
String:
Board name. |
threadNumber |
String:
Thread number (must be not null for target == TARGET_POSTS). |
postNumber |
String:
Post number. |
searchQuery |
String:
Search query (must be not null for target == TARGET_SEARCH).
|