Rating.RatingStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the rating style.
public Android.Media.RatingStyle RatingStyle { [Android.Runtime.Register("getRatingStyle", "()I", "")] get; }
[<get: Android.Runtime.Register("getRatingStyle", "()I", "")>]
member this.RatingStyle : Android.Media.RatingStyle
Property Value
one of #RATING_HEART
, #RATING_THUMB_UP_DOWN
,
#RATING_3_STARS
, #RATING_4_STARS
, #RATING_5_STARS
,
or #RATING_PERCENTAGE
.
- Attributes
Remarks
Return the rating style.
Java documentation for android.media.Rating.getRatingStyle()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.