barsa-novin-ray-core 2.3.96 → 2.3.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -2907,18 +2907,18 @@ interface UserNotificationSetting extends MetaobjectDataModel {
|
|
|
2907
2907
|
}
|
|
2908
2908
|
|
|
2909
2909
|
declare class ServiceWorkerNotificationService {
|
|
2910
|
+
hasRegistration: boolean;
|
|
2910
2911
|
private _logService;
|
|
2911
2912
|
private _swPush;
|
|
2912
2913
|
private _portalService;
|
|
2913
2914
|
private _notificationPermissionAllowed;
|
|
2914
|
-
private _hasRegistration;
|
|
2915
2915
|
constructor();
|
|
2916
2916
|
get isEnabled(): boolean;
|
|
2917
2917
|
closeNotifications(tags: string[]): Promise<void>;
|
|
2918
2918
|
showNotification(payload: ExNotificationPayload): Promise<void>;
|
|
2919
|
-
private
|
|
2920
|
-
private
|
|
2921
|
-
private
|
|
2919
|
+
private handlePermission;
|
|
2920
|
+
private permissionQuery;
|
|
2921
|
+
private permissionError;
|
|
2922
2922
|
private getSw;
|
|
2923
2923
|
private _isSupported;
|
|
2924
2924
|
private _isActionsSupported;
|