Share via


MediaCas.RefreshEntitlements(Int32, Byte[]) Method

Definition

Notify the CA system to refresh entitlement keys.

[Android.Runtime.Register("refreshEntitlements", "(I[B)V", "", ApiSince=26)]
public void RefreshEntitlements (int refreshType, byte[]? refreshData);
[<Android.Runtime.Register("refreshEntitlements", "(I[B)V", "", ApiSince=26)>]
member this.RefreshEntitlements : int * byte[] -> unit

Parameters

refreshType
Int32

the type of the refreshment.

refreshData
Byte[]

private data associated with the refreshment.

Attributes

Remarks

Notify the CA system to refresh entitlement keys.

Java documentation for android.media.MediaCas.refreshEntitlements(int, byte[]).

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