MatchTarget Enum
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.
Specifies a criterion for matching views between the start and end scenes passed to SetMatchOrder(Int32[]).
public enum MatchTarget
type MatchTarget =
- Inheritance
-
MatchTarget
Fields
| Name | Value | Description |
|---|---|---|
| Instance | 1 | Matches views by instance. |
| Name | 2 | Matches views by their transition name; null names are not matched. |
| Id | 3 | Matches views by their |
| ItemId | 4 | Matches direct |
Remarks
Java documentation for android.transition.Transition.
Android Open Source Project source for transition matching constants.
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.