toggle menu
Object-Detector-App
1.0
androidJvm
switch theme
search in API
Object-Detector-App
/
p4ulor.obj.detector.android.utils
/
NotificationManager
Notification
Manager
class
NotificationManager
(
val
ctx
:
Context
)
Members
Constructors
Notification
Manager
Link copied to clipboard
constructor
(
ctx
:
Context
)
Types
Companion
Link copied to clipboard
private
object
Companion
Properties
ctx
Link copied to clipboard
private
val
ctx
:
Context
notification
Channel
Link copied to clipboard
private
val
notificationChannel
:
NotificationChannel
The one and only channel for Achievements
notification
Manager
Link copied to clipboard
private
var
notificationManager
:
NotificationManagerCompat
Functions
send
Achievement
Notification
Link copied to clipboard
fun
sendAchievementNotification
(
newObjects
:
List
<
String
>
)