Change-Id: If943ca102829fc50dfb1cca18cc4e55b46eca289
widl: http://168.219.209.56/gerrit/#/c/77538/2
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
_checkEventName(args.event.name);
- if (this.appInfo.id !== args.event.appId) {
- throw new WebAPIException(WebAPIException.INVALID_VALUES_ERR, 'Invalid appId');
- }
-
var nativeData = {
name: 'event.' + this.appInfo.id + '.' + args.event.name,
data: args.data
_checkEventName(args.event.name);
- if (this.appInfo.id !== args.event.appId) {
- throw new WebAPIException(WebAPIException.INVALID_VALUES_ERR, 'Invalid appId');
- }
-
var nativeData = {
name: 'event.' + this.appInfo.id + '.' + args.event.name,
data: args.data