Describe this {COMPONENT_NAME} concisely in 2-3 sentences.
Table of contents for this page
| Section | Component | Description |
| 1 | Status | Current status of this component |
| 2 | Install | Installation instructions and references to sources |
| 3 | Requires | Lists all the Slate Kit and third-party dependencies |
| 4 | Sample | Quick sample to show usage of the component |
| 5 | Goals | Goals of this component and the problems it attempts to solve |
| 6 | Concepts | Core concepts to understand in this component |
| 7 | Features | List all the features supported |
| 8 | Setup | Set up and configure this component for use |
| 9 | Details | In-depth examples of the supported features |
coming soon
coming soon
repositories {
// other repositories
maven { url "http://dl.bintray.com/codehelixinc/slatekit" }
}
dependencies {
// other dependencies ...
compile 'com.slatekit:slatekit-{COMPONENT_ID}:0.9.9'
}| Jar | slatekit.notifications.jar |
| Package | slatekit.notifications |
| Sources | slatekit-notifications |
| Example | Example_App.kt |
| Requires | See build.gradle for more info. |
coming soon
fun quick_sample() {
}coming soon
| Goal | Description |
| 1. Goal A | Description of goal |
| 2. Goal B | Description of goal |
| 3. Goal C | Description of goal |
coming soon
| Concept | Description |
| 1. Concept A | Description of concept |
| 2. Concept B | Description of concept |
| 3. Concept C | Description of concept |
coming soon
| Name | Description | More |
| 1. Feature A | Description of feature | more |
| 2. Feature B | Description of feature | more |
| 3. Feature C | Description of feature | more |
coming soon
fun setup() {
}coming soon
fun setup() {
}coming soon
fun setup() {
}