次の方法で共有


CloudMediaProviderContract.MediaCollectionInfo.LastMediaSyncGeneration Field

Definition

Last CloudMediaProviderContract.MediaColumns#SYNC_GENERATION in the media collection including deleted media items.

[Android.Runtime.Register("LAST_MEDIA_SYNC_GENERATION", ApiSince=33)]
public const string LastMediaSyncGeneration;
[<Android.Runtime.Register("LAST_MEDIA_SYNC_GENERATION", ApiSince=33)>]
val mutable LastMediaSyncGeneration : string

Field Value

Attributes

Remarks

Last CloudMediaProviderContract.MediaColumns#SYNC_GENERATION in the media collection including deleted media items.

Providers should associate a monotonically increasing sync generation to each media item change (insertion/deletion/update). This is useful for the OS to quickly identify exactly which media items have changed since a previous point in time.

Type: LONG

Java documentation for android.provider.CloudMediaProviderContract.MediaCollectionInfo.LAST_MEDIA_SYNC_GENERATION.

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