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
특성

설명

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

생성자

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.

적용 대상