언어

BroadcastReceiverAttribute 클래스

정의

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

[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
특성
구현

설명

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

생성자

Name Description
BroadcastReceiverAttribute()

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

속성

Name Description
Description

Android 구성 요소에 대해 선언된 설명을 가져오거나 설정합니다.

DirectBootAware

사용자가 디바이스의 잠금을 해제하기 전에 Android 구성 요소를 실행할 수 있는지 여부를 가져오거나 설정합니다.

Enabled

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

Exported

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

Icon

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

Label

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

Name

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

Permission

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

Process

수신기가 실행되어야 하는 프로세스의 이름입니다.

RoundIcon

Android 구성 요소에 대해 선언된 둥근 아이콘을 가져오거나 설정합니다.

명시적 인터페이스 구현

Name Description
IJniNameProviderAttribute.Name

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

적용 대상

추가 정보