diff options
Diffstat (limited to 'lib/private/notification')
-rw-r--r-- | lib/private/notification/action.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/private/notification/action.php b/lib/private/notification/action.php index 2f7c1a5b5f4..08f3d50bac2 100644 --- a/lib/private/notification/action.php +++ b/lib/private/notification/action.php @@ -122,6 +122,14 @@ class Action implements IAction { } /** + * @return string + * @since 8.2.0 + */ + public function getRequestType() { + return $this->requestType; + } + + /** * @param string $icon * @return $this * @throws \InvalidArgumentException if the icon is invalid |