共用方式為


Intent.ParseUri(String, IntentUriType) 方法

定義

從 URI 建立意圖。

[Android.Runtime.Register("parseUri", "(Ljava/lang/String;I)Landroid/content/Intent;", "")]
public static Android.Content.Intent? ParseUri (string? uri, Android.Content.IntentUriType flags);
[<Android.Runtime.Register("parseUri", "(Ljava/lang/String;I)Landroid/content/Intent;", "")>]
static member ParseUri : string * Android.Content.IntentUriType -> Android.Content.Intent

參數

uri
String

要變成意圖的 URI。

flags
IntentUriType

其他處理旗標。

傳回

意圖 新建立的 Intent 物件。

屬性

例外狀況

如果 URI 類別所剖析的基本 URI 語法不正確,或 URI 內的 Intent 數據無效,則會擲回 URISyntaxError。

備註

從 URI 建立意圖。 如果 動作、類別和其他意圖欄位是由 #toUri傳回,則此 URI 可能會編碼。 如果 Intent 不是由 toUri(產生,則其數據會是整個 URI,且其動作將會ACTION_VIEW。

此處提供的 URI 不可以是相對的 ,也就是說,它必須包含配置和完整路徑。

android.content.Intent.parseUri(java.lang.String, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱