IntentFilterAttribute クラス

定義

AndroidManifest.xmlの要素を生成します//intent-filter

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.Serializable]
public sealed class IntentFilterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.Serializable>]
type IntentFilterAttribute = class
    inherit Attribute
継承
IntentFilterAttribute
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

IntentFilterAttribute(String[])

指定したアクションを使用して新しい IntentFilterAttribute インスタンスを構築し、初期化します。

プロパティ

Actions

意図フィルター アクション。

AutoVerify

AndroidManifest.xmlの要素を生成します//intent-filter

Categories

意図フィルターのカテゴリ。

DataHost

URI 機関のホスト部分。

DataHosts

AndroidManifest.xmlの要素を生成します//intent-filter

DataMimeType

MIME メディアの種類 (例 image/jpeg: .

DataMimeTypes

AndroidManifest.xmlの要素を生成します//intent-filter

DataPath

URI のパス部分。

DataPathAdvancedPattern

AndroidManifest.xmlの要素を生成します//intent-filter

DataPathAdvancedPatterns

AndroidManifest.xmlの要素を生成します//intent-filter

DataPathPattern

URI のパス部分。

DataPathPatterns

AndroidManifest.xmlの要素を生成します//intent-filter

DataPathPrefix

URI のパス部分。

DataPathPrefixes

AndroidManifest.xmlの要素を生成します//intent-filter

DataPaths

AndroidManifest.xmlの要素を生成します//intent-filter

DataPathSuffix

AndroidManifest.xmlの要素を生成します//intent-filter

DataPathSuffixes

AndroidManifest.xmlの要素を生成します//intent-filter

DataPort

URI のポート部分。

DataPorts

AndroidManifest.xmlの要素を生成します//intent-filter

DataScheme

URI のスキーム部分。

DataSchemes

AndroidManifest.xmlの要素を生成します//intent-filter

Icon

イメージ定義を含む描画可能なリソースへの参照。

Label

親コンポーネントのユーザーが読み取り可能なラベル。

Priority

意図フィルターの優先度。

RoundIcon

AndroidManifest.xmlの要素を生成します//intent-filter

適用対象