React NativeReferenceInterfacesInterface AttributionChannelVersion: SDK 5.0.xOn this pageInterface AttributionChannelA representation of the channel the user was attributed to. interface AttributionChannel { id: number; incent: boolean; name: string; } Hierarchy AttributionNamed + AttributionChannel Properties id id: number incent incent: boolean name name: string