BridgingConfig

public class BridgingConfig
extends Object

java.lang.Object
   ↳ android.support.wearable.notifications.BridgingConfig


This class is deprecated.
Use androidx.wear.phone.interactions.notifications.BridgingConfig from the Jetpack Wear Phone Interactions library instead.

Bridging configuration.

Summary

Nested classes

class BridgingConfig.Builder

This class is deprecated. Use androidx.wear.phone.interactions.notifications.BridgingConfig from the Jetpack Wear Phone Interactions library instead.  

Public methods

boolean equals(Object o)
Set<String> getExcludedTags()

Returns the set of excluded tags in the configuration.

int hashCode()
boolean isBridgingEnabled()

Returns whether notification bridging is enabled in the configuration.

String toString()

Inherited methods

Public methods

equals

public boolean equals (Object o)

Parameters
o Object

Returns
boolean

getExcludedTags

public Set<String> getExcludedTags ()

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

Returns
Set<String>

hashCode

public int hashCode ()

Returns
int

isBridgingEnabled

public boolean isBridgingEnabled ()

Returns whether notification bridging is enabled in the configuration.

Returns
boolean

toString

public String toString ()

Returns
String