public interface MobileDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMobileIds(int index)
public abstract String getMobileIds(int index) Required. The list of mobile device IDs (advertising ID/IDFA). At most 10
mobileIds can be provided in a single
AudienceMember.
repeated string mobile_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The mobileIds at the given index. |
getMobileIdsBytes(int index)
public abstract ByteString getMobileIdsBytes(int index) Required. The list of mobile device IDs (advertising ID/IDFA). At most 10
mobileIds can be provided in a single
AudienceMember.
repeated string mobile_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the mobileIds at the given index. |
getMobileIdsCount()
public abstract int getMobileIdsCount() Required. The list of mobile device IDs (advertising ID/IDFA). At most 10
mobileIds can be provided in a single
AudienceMember.
repeated string mobile_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of mobileIds. |
getMobileIdsList()
public abstract List<String> getMobileIdsList() Required. The list of mobile device IDs (advertising ID/IDFA). At most 10
mobileIds can be provided in a single
AudienceMember.
repeated string mobile_ids = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the mobileIds. |