mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
Closes #1216 : firebase.notifications.AndroidNotification.setVisibility does not exists
This commit is contained in:
@@ -655,6 +655,16 @@ export default class AndroidNotification {
|
||||
return this._notification;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param visibility
|
||||
* @returns {Notification}
|
||||
*/
|
||||
setVisibility(visibility: VisibilityType): Notification {
|
||||
this._visibility = visibility;
|
||||
return this._notification
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param when
|
||||
|
||||
Reference in New Issue
Block a user