Added in API level 36
  
  
  
  
  
   
  
  
  
  
OobResponderRangingConfig.Builder
  public
  static
  final
  
  class
  OobResponderRangingConfig.Builder
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.ranging.oob.OobResponderRangingConfig.Builder | 
Builder class for creating instances of OobResponderRangingConfig.
Summary
| Public constructors | |
|---|---|
| 
      Builder(DeviceHandle deviceHandle)
      Constructs a new Builder instance with the specified DeviceHandle. | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        OobResponderRangingConfig | 
      build()
      Builds an instance of  | 
| Inherited methods | |
|---|---|
Public constructors
Builder
    Added in API level 36
  
      
  
    public Builder (DeviceHandle deviceHandle)
Constructs a new Builder instance with the specified DeviceHandle.
| Parameters | |
|---|---|
| deviceHandle | DeviceHandle: The DeviceHandle to associate with this OOB responder.
 This value cannot benull. | 
Public methods
build
    Added in API level 36
  
      
  
    public OobResponderRangingConfig build ()
Builds an instance of OobResponderRangingConfig with the provided parameters.
| Returns | |
|---|---|
| OobResponderRangingConfig | A new OobResponderRangingParams instance.
 This value cannot be null. | 
