Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Retrieve the Android.Transitions.TransitionManager responsible for for default transitions
in this window. Requires Window.FEATURE_CONTENT_TRANSITIONS.
This method will return non-null after content has been initialized (e.g. by using Window.SetContentView(View)) if Window.FEATURE_CONTENT_TRANSITIONS has been granted.
Set method documentation [Android Documentation]
Set the Android.Transitions.TransitionManager to use for default transitions in this window.
Requires Window.FEATURE_CONTENT_TRANSITIONS.