Partager via


MediaStore.ExtraFinishOnCompletion Field

Definition

The name of the Intent-extra used to control the onCompletion behavior of a MovieView.

[Android.Runtime.Register("EXTRA_FINISH_ON_COMPLETION")]
public const string ExtraFinishOnCompletion;
[<Android.Runtime.Register("EXTRA_FINISH_ON_COMPLETION")>]
val mutable ExtraFinishOnCompletion : string

Field Value

Attributes

Remarks

The name of the Intent-extra used to control the onCompletion behavior of a MovieView. This is a boolean property that specifies whether or not to finish the MovieView activity when the movie completes playing. The default value is true, which means to automatically exit the movie player activity when the movie completes playing.

Java documentation for android.provider.MediaStore.EXTRA_FINISH_ON_COMPLETION.

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