Added in API level 36
  
  
  
  
  
   
  
  
  
  
RawResponderRangingConfig.Builder
  public
  static
  final
  
  class
  RawResponderRangingConfig.Builder
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.ranging.raw.RawResponderRangingConfig.Builder | 
Builder class for constructing instances of ERROR(/RawResponderRangingParams).
Summary
| Public constructors | |
|---|---|
| 
      Builder()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        RawResponderRangingConfig | 
      build()
      Builds and returns a new  | 
| 
        
        
        
        
        
        RawResponderRangingConfig.Builder | 
      setRawRangingDevice(RawRangingDevice rangingDevice)
      Sets the  | 
| Inherited methods | |
|---|---|
Public constructors
Public methods
build
    Added in API level 36
  
      
  
    public RawResponderRangingConfig build ()
Builds and returns a new ERROR(/RawResponderRangingParams) instance.
| Returns | |
|---|---|
| RawResponderRangingConfig | a configured instance of ERROR(/RawResponderRangingParams).
 This value cannot benull. | 
setRawRangingDevice
    Added in API level 36
  
      
  
    public RawResponderRangingConfig.Builder setRawRangingDevice (RawRangingDevice rangingDevice)
Sets the RawRangingDevice for this responder session.
| Parameters | |
|---|---|
| rangingDevice | RawRangingDevice: the raw ranging device.
 This value cannot benull. | 
| Returns | |
|---|---|
| RawResponderRangingConfig.Builder | this Builderinstance.
 This value cannot benull. | 
