AI2 Component
(Version nb184)
IntentFilterElement.java
Go to the documentation of this file.
1
// -*- mode: java; c-basic-offset: 2; -*-
2
// Copyright 2016 MIT, All rights reserved
3
// Released under the Apache License, Version 2.0
4
// http://www.apache.org/licenses/LICENSE-2.0
5
6
package
com.google.appinventor.components.annotations.androidmanifest;
7
30
public
@interface
IntentFilterElement
{
31
39
ActionElement
[]
actionElements
();
40
47
CategoryElement
[]
categoryElements
() default {};
48
55
DataElement
[]
dataElements
() default {};
56
64
String
icon
() default "";
65
73
String
label
() default "";
74
84
String
priority
() default "";
85
86
}
com.google.appinventor.components.annotations.androidmanifest.ActionElement
Definition:
ActionElement.java:31
com.google.appinventor.components.annotations.androidmanifest.IntentFilterElement.actionElements
ActionElement[] actionElements()
com.google.appinventor.components.annotations.androidmanifest.IntentFilterElement.dataElements
DataElement[] dataElements() default
Definition:
IntentFilterElement.java:55
com.google.appinventor.components.annotations.androidmanifest.IntentFilterElement
Definition:
IntentFilterElement.java:30
com.google.appinventor.components.annotations.androidmanifest.IntentFilterElement.icon
String icon() default ""
com.google.appinventor.components.annotations.androidmanifest.DataElement
Definition:
DataElement.java:38
com.google.appinventor.components.annotations.androidmanifest.IntentFilterElement.priority
String priority() default ""
com.google.appinventor.components.annotations.androidmanifest.IntentFilterElement.categoryElements
CategoryElement[] categoryElements() default
Definition:
IntentFilterElement.java:47
com.google.appinventor.components.annotations.androidmanifest.CategoryElement
Definition:
CategoryElement.java:34
com.google.appinventor.components.annotations.androidmanifest.IntentFilterElement.label
String label() default ""
com
google
appinventor
components
annotations
androidmanifest
IntentFilterElement.java
Generated by
1.8.16