📅  最后修改于: 2022-03-11 15:01:40.886000             🧑  作者: Mango
FBInstant.updateAsync({
action: 'CUSTOM',
cta: 'Play',
text: nn+' originates from '+title_s[ii]+' - test another name.',
template: 'WORD_PLAYED',
data: { myReplayData: '...' },
strategy: 'IMMEDIATE',
notification: 'NO_PUSH'
}).then(function() {
console.log('Message was sent successfully');
});