Android.Transitions.Scene.SetEnterAction Method
Scenes that are not defined with layout resources or hierarchies, or which need to perform additional steps after those hierarchies are changed to, should set an enter action, and possibly an exit action as well.

Syntax

[Android.Runtime.Register("setEnterAction", "(Ljava/lang/Runnable;)V", "")]
public void SetEnterAction (Java.Lang.IRunnable action)

See Also

Scene.SetExitAction(Java.Lang.IRunnable)
Scene(Android.Views.ViewGroup, Android.Views.ViewGroup)

Parameters

action
The runnable whose Java.Lang.IRunnable.Run method will be called when this scene is entered

Remarks

Scenes that are not defined with layout resources or hierarchies, or which need to perform additional steps after those hierarchies are changed to, should set an enter action, and possibly an exit action as well. An enter action will cause Scene to call back into application code to do anything else the application needs after transitions have captured pre-change values and after any other scene changes have been applied, such as the layout (if any) being added to the view hierarchy. After this method is called, Transitions will be played.

[Android Documentation]

Requirements

Namespace: Android.Transitions
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0