BridgingConfig
public
class
BridgingConfig
extends Object
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.
|
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public methods
equals
public boolean equals (Object o)
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()
).
hashCode
public int hashCode ()
isBridgingEnabled
public boolean isBridgingEnabled ()
Returns whether notification bridging is enabled in the configuration.
toString
public String toString ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# BridgingConfig\n\nSummary: [Nested Classes](#nestedclasses) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nBridgingConfig\n==============\n\n\n`\npublic\n\n\nclass\nBridgingConfig\n`\n\n\n`\n\nextends `[Object](http://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|-------------------------------------------------------|\n| [java.lang.Object](http://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | android.support.wearable.notifications.BridgingConfig |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This class is deprecated.** \n\nUse `androidx.wear.phone.interactions.notifications.BridgingConfig` from the [Jetpack Wear Phone Interactions](../../../../../jetpack/androidx/releases/wear) library\ninstead.\n\nBridging configuration.\n\nSummary\n-------\n\n| ### Nested classes ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` class` | [BridgingConfig.Builder](../../../../../reference/android/support/wearable/notifications/BridgingConfig.Builder.html) *This class is deprecated. Use `androidx.wear.phone.interactions.notifications.BridgingConfig` from the [Jetpack Wear Phone Interactions](../../../../../jetpack/androidx/releases/wear) library instead.* |\n\n| ### Public methods ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` boolean` | ` `[equals](../../../../../reference/android/support/wearable/notifications/BridgingConfig.html#equals(java.lang.Object))`(`[Object](http://developer.android.com/reference/java/lang/Object.html)` o) ` |\n| ` `[Set](http://developer.android.com/reference/java/util/Set.html)`\u003c`[String](http://developer.android.com/reference/java/lang/String.html)`\u003e` | ` `[getExcludedTags](../../../../../reference/android/support/wearable/notifications/BridgingConfig.html#getExcludedTags())`() ` Returns the set of excluded tags in the configuration. |\n| ` int` | ` `[hashCode](../../../../../reference/android/support/wearable/notifications/BridgingConfig.html#hashCode())`() ` |\n| ` boolean` | ` `[isBridgingEnabled](../../../../../reference/android/support/wearable/notifications/BridgingConfig.html#isBridgingEnabled())`() ` Returns whether notification bridging is enabled in the configuration. |\n| ` `[String](http://developer.android.com/reference/java/lang/String.html) | ` `[toString](../../../../../reference/android/support/wearable/notifications/BridgingConfig.html#toString())`() ` |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](http://developer.android.com/reference/java/lang/Object.html)` ` |------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| | ` `[Object](http://developer.android.com/reference/java/lang/Object.html) | ` clone() ` | | ` boolean` | ` equals(`[Object](http://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` void` | ` finalize() ` | | ` final `[Class](http://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](http://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic methods\n--------------\n\n### equals\n\n```\npublic boolean equals (Object o)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----|-----------------|\n| `o` | `Object` \u003cbr /\u003e |\n\n| Returns ||\n|-----------|--------|\n| `boolean` | \u003cbr /\u003e |\n\n### getExcludedTags\n\n```\npublic Set\u003cString\u003e getExcludedTags ()\n```\n\nReturns the set of excluded tags in the configuration. The bridging mode for these tags is the\nopposite of the default mode (returned by [isBridgingEnabled()](../../../../../reference/android/support/wearable/notifications/BridgingConfig.html#isBridgingEnabled())).\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------------------------------------------------|--------|\n| [Set](http://developer.android.com/reference/java/util/Set.html)`\u003c`[String](http://developer.android.com/reference/java/lang/String.html)`\u003e` | \u003cbr /\u003e |\n\n### hashCode\n\n```\npublic int hashCode ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|-------|--------|\n| `int` | \u003cbr /\u003e |\n\n### isBridgingEnabled\n\n```\npublic boolean isBridgingEnabled ()\n```\n\nReturns whether notification bridging is enabled in the configuration.\n\n\u003cbr /\u003e\n\n| Returns ||\n|-----------|--------|\n| `boolean` | \u003cbr /\u003e |\n\n### toString\n\n```\npublic String toString ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|------------------------------------------------------------------------|--------|\n| [String](http://developer.android.com/reference/java/lang/String.html) | \u003cbr /\u003e |"]]