Język

ActivityOptions.IsMovableTaskRequired Property

Definition

Gets whether a task in which the activity will be launched is required to be movable right after launch using the ActivityManager.AppTask#moveTaskTo(TaskLocation, java.util.concurrent.Executor, android.os.OutcomeReceiver) method.

public virtual bool IsMovableTaskRequired { [Android.Runtime.Register("isMovableTaskRequired", "()Z", "GetIsMovableTaskRequiredHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isMovableTaskRequired", "()Z", "GetIsMovableTaskRequiredHandler", ApiSince=37)>]
member this.IsMovableTaskRequired : bool

Property Value

Gets whether a task in which the activity will be launched is required to be movable right after launch using the ActivityManager.AppTask.moveTaskTo(TaskLocation,java.util.concurrent.Executor,android.os.OutcomeReceiver) method.

Attributes

Remarks

Gets whether a task in which the activity will be launched is required to be movable right after launch using the ActivityManager.AppTask.moveTaskTo(TaskLocation,java.util.concurrent.Executor,android.os.OutcomeReceiver) method.

Android reference for android.app.ActivityOptions.isMovableTaskRequired.

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