SharedElementCallback.OnRejectSharedElements(IList<View>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after #onMapSharedElements(java.util.List, java.util.Map) when
transferring shared elements in.
[Android.Runtime.Register("onRejectSharedElements", "(Ljava/util/List;)V", "GetOnRejectSharedElements_Ljava_util_List_Handler")]
public virtual void OnRejectSharedElements (System.Collections.Generic.IList<Android.Views.View>? rejectedSharedElements);
[<Android.Runtime.Register("onRejectSharedElements", "(Ljava/util/List;)V", "GetOnRejectSharedElements_Ljava_util_List_Handler")>]
abstract member OnRejectSharedElements : System.Collections.Generic.IList<Android.Views.View> -> unit
override this.OnRejectSharedElements : System.Collections.Generic.IList<Android.Views.View> -> unit
Parameters
Views containing visual information of shared elements that are not part of the entering scene. These Views are positioned relative to the Window decor View. A View removed from this list will not be transitioned automatically.
- Attributes
Remarks
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.