TtPopOver
A convenience constructor to create a TtPopOver given a parent Fragment.
Parameters
The Fragment to be used to access the FragmentManager and LifecycleOwner used by the TtPopOver.
The resource ID of the animation to execute when the TtPopOver is shown.
The resource ID of the animation to execute when the TtPopOver is dismissed.
The action to perform when the TtPopOver is dismissed.
The action to perform when the user taps outside of the TtPopOver.
A convenience constructor to create a TtPopOver given a parent FragmentActivity.
Parameters
The FragmentActivity to be used to access the FragmentManager and LifecycleOwner used by the TtPopOver.
The resource ID of the animation to execute when the TtPopOver is shown.
The resource ID of the animation to execute when the TtPopOver is dismissed.
The action to perform when the TtPopOver is dismissed.
The action to perform when the user taps outside of the TtPopOver.