BroadcastReceiverAttribute 클래스

정의

내에서 AndroidManifest.xml요소를 생성합니다/manifest/application/receiver.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public class BroadcastReceiverAttribute : Attribute, Java.Interop.IJniNameProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type BroadcastReceiverAttribute = class
    inherit Attribute
    interface IJniNameProviderAttribute
상속
BroadcastReceiverAttribute
특성
구현

설명

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

생성자

BroadcastReceiverAttribute()

BroadcastReceiverAttribute 인스턴스를 생성하고 초기화합니다.

속성

Description

내에서 AndroidManifest.xml요소를 생성합니다/manifest/application/receiver.

DirectBootAware

내에서 AndroidManifest.xml요소를 생성합니다/manifest/application/receiver.

Enabled

시스템에서 수신기를 인스턴스화할 수 있는지 여부입니다.

Exported

수신기를 다른 애플리케이션의 구성 요소에서 시작할 수 있는지 여부입니다.

Icon

수신기를 나타내는 아이콘입니다.

Label

수신기에 대한 사용자가 읽을 수 있는 레이블입니다.

Name

수신기를 구현하는 클래스의 이름입니다.

Permission

클라이언트가 수신기를 시작해야 하는 사용 권한의 이름입니다.

Process

수신기를 실행해야 하는 프로세스의 이름입니다.

RoundIcon

내에서 AndroidManifest.xml요소를 생성합니다/manifest/application/receiver.

적용 대상

추가 정보