Social sharing with sms

hello I wonder how user can choose message app to send message with social sharing function…
I know there is sharewithsms function on social sharing…
but want to user to choose from above screen…also facebook…

is it possible to specify app to choose on shareWithOptions ?

code is as below

var options = {
message: “Check this out!”,
subject: this.product.name,
files: [’’, ‘’],
url: this.product.permalink,
chooserTitle: ‘Choose an App’
}

    this.socialSharing.shareWithOptions(options);