Package com.skydoves.powerspinner
Class PowerSpinnerExtensionKt
-
- All Implemented Interfaces:
public final class PowerSpinnerExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitdismissPowerSpinner(View $self)Extension function from View class (@NULLABLE). -
-
Method Detail
-
dismissPowerSpinner
final static Unit dismissPowerSpinner(View $self)
Extension function from View class (@NULLABLE). Should be used in cases when the PowerSpinnerView.dismiss does not seem to work as expected.
Iterates all the Parent view's children, If a power spinner can be found Then dismiss it.
Usage -> parentView?.dismissPowerSpinner()
-
-
-
-