We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42938ef commit 431ba69Copy full SHA for 431ba69
1 file changed
android_notify/base.py
@@ -26,8 +26,12 @@ class BaseNotification:
26
# Advanced Options
27
id: int = 0
28
app_icon: str = 'Defaults to package app icon'
29
+
30
channel_name: str = 'Default Channel'
31
+ """User visible channel name"""
32
channel_id: str = 'default_channel'
33
+ """Used to reference notification channel"""
34
35
silent: bool = False
36
logs: bool = False
37
0 commit comments