JoinCustomAudienceRequest


class JoinCustomAudienceRequest


The request object to join a custom audience.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)

Checks whether two JoinCustomAudienceRequest objects contain the same information.

open Int

Returns the hash of the JoinCustomAudienceRequest object's data.

open String

Public properties

CustomAudience

the custom audience to join.

Public constructors

JoinCustomAudienceRequest

Added in 1.0.0
JoinCustomAudienceRequest(customAudience: CustomAudience)
Parameters
customAudience: CustomAudience

the custom audience to join.

Public functions

equals

open operator fun equals(other: Any?): Boolean

Checks whether two JoinCustomAudienceRequest objects contain the same information.

hashCode

open fun hashCode(): Int

Returns the hash of the JoinCustomAudienceRequest object's data.

toString

open fun toString(): String

Public properties

customAudience

Added in 1.0.0
val customAudienceCustomAudience

the custom audience to join.