Skip to content

Commit 431ba69

Browse files
committed
channel name and id docstring
1 parent 42938ef commit 431ba69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

android_notify/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ class BaseNotification:
2626
# Advanced Options
2727
id: int = 0
2828
app_icon: str = 'Defaults to package app icon'
29+
2930
channel_name: str = 'Default Channel'
31+
"""User visible channel name"""
3032
channel_id: str = 'default_channel'
33+
"""Used to reference notification channel"""
34+
3135
silent: bool = False
3236
logs: bool = False
3337

0 commit comments

Comments
 (0)