Channel Configurations
class ChannelConfigurations
This class is used to determine whether to display features in the channel.
Since
1.1.0
Properties
Link copied to clipboard
This property determines whether the ogTag is enabled, values set by code has higher priority than the values set on the dashboard settings. this also depends on app attributes.
Link copied to clipboard
A custom override to determine whether to enable the ogTag. Whether the ogTag is ultimately enabled is determined in isOgTagEnabled based on this property, the dashboard setting, and AppInfo.attributesInUse.
Link copied to clipboard
This property determines whether the reactions are enabled, values set by code has higher priority than the values set on the dashboard settings. this also depends on app attributes.