Added in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)  
Also in [Ad Services Extensions 4](https://developer.android.com/sdkExtensions)  
Summary: [Nested Classes](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest#nestedclasses) \| [Methods](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest#pubmethods) \| [Inherited Methods](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest#inhmethods)  

# LeaveCustomAudienceRequest


`
public

final

class
LeaveCustomAudienceRequest
`


`

extends `[Object](https://developer.android.com/reference/java/lang/Object)`


`

`


`

|---|--------------------------------------------------------------|
| [java.lang.Object](https://developer.android.com/reference/java/lang/Object) ||
| ↳ | android.adservices.customaudience.LeaveCustomAudienceRequest |

<br />

*** ** * ** ***

The request object is used to leave a custom audience.

## Summary

|                                                                                                                                                                            ### Nested classes                                                                                                                                                                            ||
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ` class` | [LeaveCustomAudienceRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest.Builder) Builder for [LeaveCustomAudienceRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest) objects. |

|                                                                                                                                                                                                                                                                                             ### Public methods                                                                                                                                                                                                                                                                                             ||
|-------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ` boolean`                                                                                                                          | ` `[equals](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest#equals(java.lang.Object))`(`[Object](https://developer.android.com/reference/java/lang/Object)` o) ` Checks whether two [LeaveCustomAudienceRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest) objects contain the same information. |
| ` `[AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier) | ` `[getBuyer](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest#getBuyer())`() ` Gets the buyer's [AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier), as identified by a domain in the form "buyerexample.com".                                                                                            |
| ` `[String](https://developer.android.com/reference/java/lang/String)                                                               | ` `[getName](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest#getName())`() ` Gets the arbitrary string provided by the owner and buyer on creation of the [CustomAudience](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/CustomAudience) object that represents a single custom audience.                                        |
| ` int`                                                                                                                              | ` `[hashCode](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest#hashCode())`() ` Returns the hash of the [LeaveCustomAudienceRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest) object's data.                                                                                                     |

| ### Inherited methods |
|-----------------------|---|
| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object)` ` |--------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` `[Object](https://developer.android.com/reference/java/lang/Object)          | ` `[clone](https://developer.android.com/reference/java/lang/Object#clone())`() ` Creates and returns a copy of this object.                                                                                                                                                        | | ` boolean`                                                                     | ` `[equals](https://developer.android.com/reference/java/lang/Object#equals(java.lang.Object))`(`[Object](https://developer.android.com/reference/java/lang/Object)` obj) ` Indicates whether some other object is "equal to" this one.                                             | | ` void`                                                                        | ` `[finalize](https://developer.android.com/reference/java/lang/Object#finalize())`() ` Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.                                                            | | ` final `[Class](https://developer.android.com/reference/java/lang/Class)`<?>` | ` `[getClass](https://developer.android.com/reference/java/lang/Object#getClass())`() ` Returns the runtime class of this `Object`.                                                                                                                                                 | | ` int`                                                                         | ` `[hashCode](https://developer.android.com/reference/java/lang/Object#hashCode())`() ` Returns a hash code value for the object.                                                                                                                                                   | | ` final void`                                                                  | ` `[notify](https://developer.android.com/reference/java/lang/Object#notify())`() ` Wakes up a single thread that is waiting on this object's monitor.                                                                                                                              | | ` final void`                                                                  | ` `[notifyAll](https://developer.android.com/reference/java/lang/Object#notifyAll())`() ` Wakes up all threads that are waiting on this object's monitor.                                                                                                                           | | ` `[String](https://developer.android.com/reference/java/lang/String)          | ` `[toString](https://developer.android.com/reference/java/lang/Object#toString())`() ` Returns a string representation of the object.                                                                                                                                              | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait(long,%20int))`(long timeoutMillis, int nanos) ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*, or until a certain amount of real time has elapsed. | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait(long))`(long timeoutMillis) ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*, or until a certain amount of real time has elapsed.                   | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait())`() ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*.                                                                                             | ||

## Public methods

### equals

Added in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)  

```
public boolean equals (Object o)
```

Checks whether two [LeaveCustomAudienceRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest) objects contain the same information.

<br />

|                            Parameters                             ||
|-----|--------------------------------------------------------------|
| `o` | `Object`: the reference object with which to compare. <br /> |

|                                           Returns                                           ||
|-----------|----------------------------------------------------------------------------------|
| `boolean` | `true` if this object is the same as the obj argument; `false` otherwise. <br /> |

### getBuyer

Added in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)  
Also in [Ad Services Extensions 4](https://developer.android.com/sdkExtensions)  

```
public AdTechIdentifier getBuyer ()
```

Gets the buyer's [AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier), as identified by a domain in the form
"buyerexample.com".

<br />

|                                                                                                                                                                          Returns                                                                                                                                                                          ||
|----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier) | an [AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier) containing the custom audience's buyer's domain This value cannot be `null`. <br /> |

### getName

Added in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)  
Also in [Ad Services Extensions 4](https://developer.android.com/sdkExtensions)  

```
public String getName ()
```

Gets the arbitrary string provided by the owner and buyer on creation of the [CustomAudience](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/CustomAudience) object that represents a single custom audience.

<br />

|                                                                    Returns                                                                     ||
|--------------------------------------------------------------------|----------------------------------------------------------------------------|
| [String](https://developer.android.com/reference/java/lang/String) | the String name of the custom audience This value cannot be `null`. <br /> |

### hashCode

Added in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)  

```
public int hashCode ()
```

Returns the hash of the [LeaveCustomAudienceRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/customaudience/LeaveCustomAudienceRequest) object's data.

<br />

|                     Returns                      ||
|-------|-------------------------------------------|
| `int` | a hash code value for this object. <br /> |