-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface RatingBarActions implements BaseActions
Provides action for RatingBar
-
-
Method Summary
Modifier and Type Method Description UnitsetRatingAt(Float number)Set rating for RatingBar abstract ViewInteractionDelegategetView()-
-
Method Detail
-
setRatingAt
Unit setRatingAt(Float number)
Set rating for RatingBar
- Parameters:
number- rating to set for the RatingBar
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-