| Package | Description |
|---|---|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodenameOneImplementation.scheduleLocalNotification(LocalNotification notif,
long firstTime,
int repeat) |
| Modifier and Type | Method and Description |
|---|---|
void |
Display.scheduleLocalNotification(LocalNotification n,
long firstTime,
int repeat)
Schedules a local notification that will occur after the given time elapsed.
The sample below combines this with the geofence API to show a local notification when entering a radius with the app in the background: |
Copyright © 2022. All rights reserved.