Android.Provider.MediaStore.ExtraFinishOnCompletion Field
The name of the Intent-extra used to control the onCompletion behavior of a MovieView.

Syntax

[Android.Runtime.Register("EXTRA_FINISH_ON_COMPLETION")]
public const string ExtraFinishOnCompletion

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.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3