Share via


AdTechIdentifier.FromString(String) Method

Definition

Construct an instance of this class from a String.

[Android.Runtime.Register("fromString", "(Ljava/lang/String;)Landroid/adservices/common/AdTechIdentifier;", "", ApiSince=34)]
public static Android.AdServices.Common.AdTechIdentifier FromString(string source);
[<Android.Runtime.Register("fromString", "(Ljava/lang/String;)Landroid/adservices/common/AdTechIdentifier;", "", ApiSince=34)>]
static member FromString : string -> Android.AdServices.Common.AdTechIdentifier

Parameters

source
String

A valid eTLD+1 domain of an ad buyer or seller

Returns

An AdTechIdentifier object wrapping the given domain

Attributes

Remarks

Construct an instance of this class from a String.

Java documentation for android.adservices.common.AdTechIdentifier.fromString(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to