// Call API
final BBMPlatformNamespace bbmpNpsc = BBMPlatformNamespace.getInstance();
final MessagingService msgService = bbmpNpsc.getMessagingService();
UiApplication.getUiApplication().invokeLater(new Runnable() {
public void run() {
msgService.shareContent(description, new BBMPlatformData(content), contacts, title);
Util.dispatchCallback(onComplete, null);
}
});
return UNDEFINED;