SearchManager.SuggestColumnRentalPrice Field

Definition

Column name for suggestions cursor.

[Android.Runtime.Register("SUGGEST_COLUMN_RENTAL_PRICE")]
public const string SuggestColumnRentalPrice;
[<Android.Runtime.Register("SUGGEST_COLUMN_RENTAL_PRICE")>]
val mutable SuggestColumnRentalPrice : string

Field Value

Attributes

Remarks

Column name for suggestions cursor. Optional. If your content is rentable, you should provide this column to specify the displayable string representation of the rental price of your content including the currency and the amount. If it's free, you should provide localized string to specify that it's free. This column can be omitted if the content is not applicable to rent.

Java documentation for android.app.SearchManager.SUGGEST_COLUMN_RENTAL_PRICE.

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.

Applies to