purgePushNotificationsByAge

abstract suspend fun purgePushNotificationsByAge(maxAgeDays: Int, credentialId: String? = null): Int

Purge push notifications by age.

Return

The number of notifications removed.

Parameters

maxAgeDays

The maximum age in days for notifications to keep.

credentialId

Optional ID of a specific credential to purge notifications for.

Throws

if the notifications cannot be purged.