Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateNotificationSettings

Parameters for auth().updateAuthenticatedUserNotificationSettings()

typedef

{object} IUpdateNotificationSettings

property

{boolean} post_comment_notifications

property

{boolean} post_comment_reply_notifications

property

{boolean} post_comment_user_mention_notifications

property

{boolean} post_user_mention_notifications

property

{boolean} post_comment_reaction_notifications

property

{boolean} post_reaction_notifications

property

{boolean} follow_notifications

property

{boolean} connection_request_notifications

property

{boolean} community_invite_notifications

property

{boolean} connection_confirmed_notifications

Hierarchy

  • IUpdateNotificationSettings

Index

Properties

Optional community_invite_notifications

community_invite_notifications: undefined | false | true

Optional community_new_post_notifications

community_new_post_notifications: undefined | false | true

Optional connection_confirmed_notifications

connection_confirmed_notifications: undefined | false | true

Optional connection_request_notifications

connection_request_notifications: undefined | false | true

Optional follow_notifications

follow_notifications: undefined | false | true

Optional post_comment_notifications

post_comment_notifications: undefined | false | true

Optional post_comment_reaction_notifications

post_comment_reaction_notifications: undefined | false | true

Optional post_comment_reply_notifications

post_comment_reply_notifications: undefined | false | true

Optional post_comment_user_mention_notifications

post_comment_user_mention_notifications: undefined | false | true

Optional post_reaction_notifications

post_reaction_notifications: undefined | false | true

Optional post_user_mention_notifications

post_user_mention_notifications: undefined | false | true

Optional user_new_post_notifications

user_new_post_notifications: undefined | false | true

Generated using TypeDoc