02-15-2013 05:23 AM
Hi All,
I need to do invite BBM by clicking the button in qml, i can able to go INVITE BBM page can't able to invite the contacts
Button {
text: "Invite"
onClicked: {
invokeQuery.uri = "pin:210000A"
invokeQuery.updateQuery();
}
attachedObjects: [
Invocation {
id: invokeShare
query: InvokeQuery {
id: invokeQuery
}
onArmed: {
trigger("bb.action.INVITEBBM");
}
}
]
}Can anyone send me some solutions to solve this
Thanks