A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Y
C
- calendarByDayData(knf.hydra.core.models.BypassModel,knf.hydra.core.models.data.CalendarDay) - function in knf.hydra.core.HeadRepository
- This function is called only if HeadConfig.isCalendarEnabled is enabled, it's used to create a daily calendar.
- CalendarDay - class in knf.hydra.core.models.data
- Represents a calendar day
- CalendarDay.Companion - class in knf.hydra.core.models.data.CalendarDay
- canDecode(java.lang.String) - function in knf.hydra.core.models.data.VideoDecoder
- Check if this decoder can process the link
- Category - class in knf.hydra.core.models.data
- Categories for items.
- Category.Companion - class in knf.hydra.core.models.data.Category
- ChipItem - class in knf.hydra.core.models.data
- Represents a chip in the list.
- ChipsData - class in knf.hydra.core.models.data
- Represents a list of chips.
- ChoiceItem - class in knf.hydra.core.models.data
- Represents a choice item in the single and multi choice setting
- CLASSIC - enum entry in knf.hydra.core.models.data.DialogStyle
- ClickAction - class in knf.hydra.core.models.data
- Click behaviour
- ClickAction.Clipboard - class in knf.hydra.core.models.data.ClickAction
- Copy the specified text into the clipboard on long click.
- ClickAction.ExtraDirectory - class in knf.hydra.core.models.data.ClickAction
- Opens a directory screen using the specified payload.
- ClickAction.Info - class in knf.hydra.core.models.data.ClickAction
- Opens a new information screen.
- ClickAction.Profile - class in knf.hydra.core.models.data.ClickAction
- Opens a profile screen.
- ClickAction.Web - class in knf.hydra.core.models.data.ClickAction
- Opens a web screen.
- CollectionData - class in knf.hydra.core.models.data
- Represents a collection of items with a title, optional image and an optional ClickAction.
- CollectionItem - class in knf.hydra.core.models.data
- Represents an item in the collection.
- COMPLETED - enum entry in knf.hydra.core.models.InfoModel.StateData.Type
- ContentData - class in knf.hydra.core.models
- Base content data.
- ContentData.Multiple - class in knf.hydra.core.models.ContentData
- Multiple model, used to show a list of itemsThe list selector will only show when there is 2 or more elements on the list.
- ContentData.Single - class in knf.hydra.core.models.ContentData
- Single model, used to show only one item, (e.g.
- ContentItemMin - class in knf.hydra.core.models
- Minimized version of ContentItemModel
- ContentItemModel - class in knf.hydra.core.models
- Represents a content item
- ContentList - class in knf.hydra.core.models
- Content list
- cookiesOnFinish(java.lang.String,java.lang.String,java.util.Map,java.lang.Long,kotlin.jvm.functions.Function1) - function in knf.hydra.core.tools.web.WebJS
- Get the cookies of the link after being loaded in a Webview
- createRoomDatabase(java.lang.String,kotlin.reflect.KClass) - function in knf.hydra.core.HeadModule
- Create or get a RoomDatabase, it will be created in the Main app storage and will persist if the module is uninstalled, we suggest to put the database reference inside an object for easier access through the module, this method can only be used inside of onModuleInitialize.
- customHomeSections(knf.hydra.core.models.BypassModel) - function in knf.hydra.core.HeadRepository
- Declare custom Home sections