BridgingConfig

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

Builder for BridgingConfig.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

MutableSet<String>?

The set of excluded tags in the configuration.

Boolean

Whether notification bridging is enabled in the configuration.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

excludedTags

Added in 1.0.0
val excludedTagsMutableSet<String>?

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

isBridgingEnabled

Added in 1.0.0
val isBridgingEnabledBoolean

Whether notification bridging is enabled in the configuration.