IInteractionService.promptNotification
Method
interface IInteractionService { // ... omitted for brevity promptNotification( title: string, message: string, options?: InteractionNotificationOptions, cancellationToken?: cancellationToken): BoolInteractionResult;}Signature
method
promptNotificationPrompts the user with a notification.
promptNotification( title: string, message: string, options?: InteractionNotificationOptions, cancellationToken?: cancellationToken): BoolInteractionResultParameters
titlestringmessagestringoptionsInteractionNotificationOptionsoptionalcancellationTokencancellationTokenoptionalReturns
BoolInteractionResultDefined on
This method is defined on the following type: