Freigeben über


EncryptedTopic.GetEncryptedTopic Method

Definition

Returns encrypted bytes for the JSON version of the Topic object as cipher text.

[Android.Runtime.Register("getEncryptedTopic", "()[B", "", ApiSince=35)]
public byte[] GetEncryptedTopic ();
[<Android.Runtime.Register("getEncryptedTopic", "()[B", "", ApiSince=35)>]
member this.GetEncryptedTopic : unit -> byte[]

Returns

Byte[]
Attributes

Remarks

Returns encrypted bytes for the JSON version of the Topic object as cipher text.

Java documentation for android.adservices.topics.EncryptedTopic.getEncryptedTopic().

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