Stay organized with collections
Save and categorize content based on your preferences.
Rate
class Rate
Message send rate table.
Summary
Constants |
static String |
When a message was successfully sent.
|
Properties |
static Uri! |
The content:// style URL for this table.
|
Constants
SENT_TIME
static val SENT_TIME: String
When a message was successfully sent.
Type: INTEGER (long)
Value: "sent_time"
Properties
CONTENT_URI
static val CONTENT_URI: Uri!
The content://
style URL for this table.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Telephony.Mms.Rate\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nRate\n====\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/Telephony.Mms.Rate \"View this page in Java\") \n\n```\nclass Rate\n```\n\n|---|------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| โณ | [android.provider.Telephony.Mms.Rate](#) |\n\nMessage send rate table.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [SENT_TIME](#SENT_TIME:kotlin.String) When a message was successfully sent. |\n\n| Properties ||\n|---------------------------------|----------------------------------------------------------------------------------------|\n| static [Uri](../net/Uri.html#)! | [CONTENT_URI](#CONTENT_URI:android.net.Uri) The `content://` style URL for this table. |\n\nConstants\n---------\n\n### SENT_TIME\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SENT_TIME: String\n```\n\nWhen a message was successfully sent.\n\nType: INTEGER (long) \n\n Value: \"sent_time\"\n\nProperties\n----------\n\n### CONTENT_URI\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CONTENT_URI: Uri!\n```\n\nThe `content://` style URL for this table."]]