AdTechIdentifier.FromString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 or null.
Returns
An AdTechIdentifier
class wrapping the given domain or null if the input was
null.
- 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.