Use Case: When exposing the layout, other android code can check what kind of layout it is and react accordingly, fx: ``` if (activity.getLayout() instanceof BottomTabsLayout) { // ... } ```
|
||
498 | 498 |
|
499 | 499 |
|
500 | 500 |
|
501 |
|
|
502 |
|
|
503 |
|
|
504 |
|
|
501 | 505 |
|