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
BoolInteractionResultApplies to
This method applies to the following types: