-
public interface CoordinatorLayout.AttachedBehaviorDefines the default attached Behavior of a View class
When writing a custom view, implement this interface to return the default behaviorwhen used as a direct child of an CoordinatorLayout. The default behavior can beoverridden using setBehavior.
-
-
Method Summary
Modifier and Type Method Description abstract CoordinatorLayout.BehaviorgetBehavior()Returns the behavior associated with the matching View class. -
-
Method Detail
-
getBehavior
@NonNull() abstract CoordinatorLayout.Behavior getBehavior()
Returns the behavior associated with the matching View class.
-
-
-
-