Sdílet prostřednictvím


Topic(Int64, Int64, Int32) Constructor

Definition

Creates an object which represents the result from the getTopics API.

[Android.Runtime.Register(".ctor", "(JJI)V", "", ApiSince=34)]
public Topic (long mTaxonomyVersion, long mModelVersion, int mTopicId);
[<Android.Runtime.Register(".ctor", "(JJI)V", "", ApiSince=34)>]
new Android.AdServices.Topics.Topic : int64 * int64 * int -> Android.AdServices.Topics.Topic

Parameters

mTaxonomyVersion
Int64

a long representing the version of the taxonomy.

mModelVersion
Int64

a long representing the version of the model.

mTopicId
Int32

an integer representing the unique id of a topic.

Attributes

Remarks

Creates an object which represents the result from the getTopics API.

Java documentation for android.adservices.topics.Topic.Topic(long, long, int).

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