WalletItem.SetUserAttentionRequiredNotification Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Sets or clears the notification for the wallet item.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub SetUserAttentionRequiredNotification ( _
    setNotification As Boolean _
)
public void SetUserAttentionRequiredNotification(
    bool setNotification
)

Parameters

  • setNotification
    Type: System..::.Boolean
    true to set the notification; false to clear the notification.

Remarks

Apps can use this when they want their wallet item to be brought to the attention of the user.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace