Searched refs:notificationScopeKey (Results 1 – 5 of 5) sorted by relevance
9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];10 if (!notificationScopeKey) {13 return [notificationScopeKey isEqual:scopeKey];
364 …val notificationScopeKey = details[NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY] as… in showNotification() constant365 …val experienceScopeKey = notificationScopeKey ?: (details[NotificationConstants.NOTIFICATION_EXPER… in showNotification()