BridgingConfig

public final class BridgingConfig


Bridging configuration to be specified at runtime, to set tags for notifications that are exempt from the bridging mode. specifically, create a BridgingConfig object, add excluded tags, then set it with BridgingManager.setConfig

Specifying a bridging configuration at runtime overrides a bridging-related setting in the Android manifest file.

Summary

Nested types

public final class BridgingConfig.Builder

Builder for BridgingConfig.

Public methods

boolean
equals(Object other)
final Set<@NonNull String>

The set of excluded tags in the configuration.

int
final boolean

Whether notification bridging is enabled in the configuration.

@NonNull String

Public methods

equals

public boolean equals(Object other)

getExcludedTags

Added in 1.0.0
public final Set<@NonNull StringgetExcludedTags()

The set of excluded tags in the configuration. The bridging mode for these tags is the opposite of the default mode (returned by isBridgingEnabled).

hashCode

public int hashCode()

isBridgingEnabled

Added in 1.0.0
public final boolean isBridgingEnabled()

Whether notification bridging is enabled in the configuration.

toString

public @NonNull String toString()