IDeferrableApp¶
-
interface
OCP\Notification\
IDeferrableApp
¶ - Interface IDeferrableApp
Source: lib/public/Notification/IDeferrableApp.php#34 Parent: OCP\Notification\IApp
Methods¶
-
public
OCP\Notification\IDeferrableApp::
defer
()¶ - Start deferring notifications until `flush()` is called
Source: lib/public/Notification/IDeferrableApp.php#40 Since: 20.0.0
-
public
OCP\Notification\IDeferrableApp::
flush
()¶ - Send all deferred notifications that have been stored since `defer()` was called
Source: lib/public/Notification/IDeferrableApp.php#47 Since: 20.0.0