# wx.offShareAppMessage(function callback)
Un-listens on the events triggered when the user taps the Forward button in the upper right menu.
# Parameters
# function callback
The callback function for the event triggered when the user taps the Forward button in the upper right menu.
# Sample Code
wx.onShareAppMessage(() => {
return {
title: 'Forwarding title',
imageUrl: '' // Image URL
}
})