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   | 
    
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
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 | 
        |
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.