当用户触摸gridlayout时,如何获得敲击声?

时间:2017-09-23 03:41:33

标签: nativescript nativescript-angular

当用户触摸gridlayout时,如何获得敲击声?

<Parameter name="GmailEmailEndpoint">https://www.googleapis.com/gmail/v1/users/[userId]/messages/send</Parameter>
<Parameter name="GmailClientId">gmailClientIdValue</Parameter>
<Parameter name="GmailClientSecret">gmailClientSecretValue</Parameter>

更新:我可以通过访问android native api来获取声音,这里是代码:

让decorView:any = app.android.startActivity.getWindow()。getDecorView() decorView.playSoundEffect(android.view.SoundEffectConstants.CLICK)

但我想知道为什么点击Android布局不能激发声音效果,..

1 个答案:

答案 0 :(得分:1)

上面的代码应该按预期工作。这是a demonstration application,当用户点击布局时the layouttap event发生魔法时触发声音效果