Polymer 1.0 event => (事件,细节,发件人)

时间:2015-06-26 16:53:14

标签: polymer

在Polymer 0.5中,我可以做到这一点

public action(event, detail, sender){
   var help = sender.getAttribute('data-action');

   // do something with this value
}

我在Polymer 1.0中也得到了这个值。但我认为这不是官方的 方法

detail.sourceEvent.path[2].getAttribute('data-action')

有人能告诉我官方的方式吗?

1 个答案:

答案 0 :(得分:2)

我得到了解决方案。只需写下:

<application>
    <meta-data
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version"/>
    ...
</application>