Searched refs:AttributionType (Results 1 – 1 of 1) sorted by relevance
77 AttributionType.UNKNOWN,78 AttributionType.SOURCE_APP_TRIGGER_APP,79 AttributionType.SOURCE_APP_TRIGGER_WEB,80 AttributionType.SOURCE_WEB_TRIGGER_APP,81 AttributionType.SOURCE_WEB_TRIGGER_WEB84 public @interface AttributionType { annotation in DebugKeyAccessor106 @AttributionType int attributionType = getAttributionType(source, trigger); in getDebugKeys()110 case AttributionType.SOURCE_APP_TRIGGER_APP: in getDebugKeys()118 case AttributionType.SOURCE_WEB_TRIGGER_WEB: in getDebugKeys()138 case AttributionType.SOURCE_APP_TRIGGER_WEB: in getDebugKeys()[all …]