OnDevicePersonalizationManager.ExecuteResult.SurfacePackageToken Property

Definition

Returns a SurfacePackageToken, which is an opaque reference to content that can be displayed in a android.view.SurfaceView.

public virtual Android.AdServices.OnDevicePersonalization.SurfacePackageToken? SurfacePackageToken { [Android.Runtime.Register("getSurfacePackageToken", "()Landroid/adservices/ondevicepersonalization/SurfacePackageToken;", "GetGetSurfacePackageTokenHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getSurfacePackageToken", "()Landroid/adservices/ondevicepersonalization/SurfacePackageToken;", "GetGetSurfacePackageTokenHandler", ApiSince=35)>]
member this.SurfacePackageToken : Android.AdServices.OnDevicePersonalization.SurfacePackageToken

Property Value

Attributes

Remarks

Returns a SurfacePackageToken, which is an opaque reference to content that can be displayed in a android.view.SurfaceView. This may be null if the IsolatedService has not generated any content to be displayed within the calling app.

Java documentation for android.adservices.ondevicepersonalization.OnDevicePersonalizationManager.ExecuteResult.getSurfacePackageToken().

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