@icecreamcake/autojs6-dts
Version:
TypeScript Declarations for AutoJs6
1,366 lines (1,318 loc) • 145 kB
TypeScript
declare module org {
export module androidannotations {
export module annotations {
export class AfterExtras extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.AfterExtras>;
/**
* Constructs a new instance of the org.androidannotations.annotations.AfterExtras interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class AfterInject extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.AfterInject>;
/**
* Constructs a new instance of the org.androidannotations.annotations.AfterInject interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class AfterPreferences extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.AfterPreferences>;
/**
* Constructs a new instance of the org.androidannotations.annotations.AfterPreferences interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class AfterTextChange extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.AfterTextChange>;
/**
* Constructs a new instance of the org.androidannotations.annotations.AfterTextChange interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class AfterViews extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.AfterViews>;
/**
* Constructs a new instance of the org.androidannotations.annotations.AfterViews interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class App extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.App>;
/**
* Constructs a new instance of the org.androidannotations.annotations.App interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class Background extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.Background>;
/**
* Constructs a new instance of the org.androidannotations.annotations.Background interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
id(): string;
delay(): number;
serial(): string;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public serial(): string;
public delay(): number;
public equals(obj: any): boolean;
public id(): string;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class Bean extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.Bean>;
/**
* Constructs a new instance of the org.androidannotations.annotations.Bean interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): java.lang.Class<any>;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public value(): java.lang.Class<any>;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class BeforeTextChange extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.BeforeTextChange>;
/**
* Constructs a new instance of the org.androidannotations.annotations.BeforeTextChange interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class BindingObject extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.BindingObject>;
/**
* Constructs a new instance of the org.androidannotations.annotations.BindingObject interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class CheckedChange extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.CheckedChange>;
/**
* Constructs a new instance of the org.androidannotations.annotations.CheckedChange interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class Click extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.Click>;
/**
* Constructs a new instance of the org.androidannotations.annotations.Click interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class CustomTitle extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.CustomTitle>;
/**
* Constructs a new instance of the org.androidannotations.annotations.CustomTitle interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class DataBound extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.DataBound>;
/**
* Constructs a new instance of the org.androidannotations.annotations.DataBound interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EActivity extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EActivity>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EActivity interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number;
resName(): string;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public resName(): string;
public annotationType(): java.lang.Class<any>;
public value(): number;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EApplication extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EApplication>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EApplication interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EBean extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EBean>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EBean interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
scope(): org.androidannotations.annotations.EBean.Scope;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public scope(): org.androidannotations.annotations.EBean.Scope;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
export module EBean {
export class Scope {
public static class: java.lang.Class<org.androidannotations.annotations.EBean.Scope>;
public static Default: org.androidannotations.annotations.EBean.Scope;
public static Activity: org.androidannotations.annotations.EBean.Scope;
public static Fragment: org.androidannotations.annotations.EBean.Scope;
public static Singleton: org.androidannotations.annotations.EBean.Scope;
public static valueOf(enumType: java.lang.Class<any>, name: string): java.lang.Enum<any>;
public static values(): org.androidannotations.annotations.EBean.Scope[];
public static valueOf(name: string): org.androidannotations.annotations.EBean.Scope;
}
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EFragment extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EFragment>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EFragment interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number;
resName(): string;
forceLayoutInjection(): boolean;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public resName(): string;
public forceLayoutInjection(): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EIntentService extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EIntentService>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EIntentService interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EProvider extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EProvider>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EProvider interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EReceiver extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EReceiver>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EReceiver interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EService extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EService>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EService interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EView extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EView>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EView interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EViewGroup extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EViewGroup>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EViewGroup interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number;
resName(): string;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public resName(): string;
public annotationType(): java.lang.Class<any>;
public value(): number;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class EditorAction extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.EditorAction>;
/**
* Constructs a new instance of the org.androidannotations.annotations.EditorAction interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class Extra extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.Extra>;
/**
* Constructs a new instance of the org.androidannotations.annotations.Extra interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): string;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public value(): string;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class FocusChange extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.FocusChange>;
/**
* Constructs a new instance of the org.androidannotations.annotations.FocusChange interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class FragmentArg extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.FragmentArg>;
/**
* Constructs a new instance of the org.androidannotations.annotations.FragmentArg interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): string;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public value(): string;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class FragmentById extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.FragmentById>;
/**
* Constructs a new instance of the org.androidannotations.annotations.FragmentById interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number;
resName(): string;
childFragment(): boolean;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public childFragment(): boolean;
public equals(param0: any): boolean;
public resName(): string;
public annotationType(): java.lang.Class<any>;
public value(): number;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class FragmentByTag extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.FragmentByTag>;
/**
* Constructs a new instance of the org.androidannotations.annotations.FragmentByTag interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): string;
childFragment(): boolean;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public childFragment(): boolean;
public value(): string;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class FromHtml extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.FromHtml>;
/**
* Constructs a new instance of the org.androidannotations.annotations.FromHtml interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number;
resName(): string;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public resName(): string;
public annotationType(): java.lang.Class<any>;
public value(): number;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class Fullscreen extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.Fullscreen>;
/**
* Constructs a new instance of the org.androidannotations.annotations.Fullscreen interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class HierarchyViewerSupport extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.HierarchyViewerSupport>;
/**
* Constructs a new instance of the org.androidannotations.annotations.HierarchyViewerSupport interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class HttpsClient extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.HttpsClient>;
/**
* Constructs a new instance of the org.androidannotations.annotations.HttpsClient interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
trustStore(): number;
trustStoreResName(): string;
trustStorePwd(): string;
keyStore(): number;
keyStoreResName(): string;
keyStorePwd(): string;
allowAllHostnames(): boolean;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public static DEFAULT_PASSWD: string;
public equals(obj: any): boolean;
public keyStore(): number;
public hashCode(): number;
public trustStorePwd(): string;
public trustStoreResName(): string;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public trustStore(): number;
public keyStoreResName(): string;
public keyStorePwd(): string;
public allowAllHostnames(): boolean;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class IgnoreWhen extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.IgnoreWhen>;
/**
* Constructs a new instance of the org.androidannotations.annotations.IgnoreWhen interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): org.androidannotations.annotations.IgnoreWhen.State;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
public value(): org.androidannotations.annotations.IgnoreWhen.State;
}
export module IgnoreWhen {
export class State {
public static class: java.lang.Class<org.androidannotations.annotations.IgnoreWhen.State>;
public static DETACHED: org.androidannotations.annotations.IgnoreWhen.State;
public static VIEW_DESTROYED: org.androidannotations.annotations.IgnoreWhen.State;
public static values(): org.androidannotations.annotations.IgnoreWhen.State[];
public static valueOf(enumType: java.lang.Class<any>, name: string): java.lang.Enum<any>;
public static valueOf(name: string): org.androidannotations.annotations.IgnoreWhen.State;
}
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class InjectMenu extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.InjectMenu>;
/**
* Constructs a new instance of the org.androidannotations.annotations.InjectMenu interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class InstanceState extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.InstanceState>;
/**
* Constructs a new instance of the org.androidannotations.annotations.InstanceState interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class ItemClick extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.ItemClick>;
/**
* Constructs a new instance of the org.androidannotations.annotations.ItemClick interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class ItemLongClick extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.ItemLongClick>;
/**
* Constructs a new instance of the org.androidannotations.annotations.ItemLongClick interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class ItemSelect extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.ItemSelect>;
/**
* Constructs a new instance of the org.androidannotations.annotations.ItemSelect interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class KeyDown extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.KeyDown>;
/**
* Constructs a new instance of the org.androidannotations.annotations.KeyDown interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class KeyLongPress extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.KeyLongPress>;
/**
* Constructs a new instance of the org.androidannotations.annotations.KeyLongPress interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class KeyMultiple extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.KeyMultiple>;
/**
* Constructs a new instance of the org.androidannotations.annotations.KeyMultiple interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class KeyUp extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.KeyUp>;
/**
* Constructs a new instance of the org.androidannotations.annotations.KeyUp interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class LongClick extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.LongClick>;
/**
* Constructs a new instance of the org.androidannotations.annotations.LongClick interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class NonConfigurationInstance extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.NonConfigurationInstance>;
/**
* Constructs a new instance of the org.androidannotations.annotations.NonConfigurationInstance interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public toString(): string;
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class OnActivityResult extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.OnActivityResult>;
/**
* Constructs a new instance of the org.androidannotations.annotations.OnActivityResult interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number;
public toString(): string;
}
export module OnActivityResult {
export class Extra extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.OnActivityResult.Extra>;
/**
* Constructs a new instance of the org.androidannotations.annotations.OnActivityResult$Extra interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): string;
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(param0: any): boolean;
public equals(obj: any): boolean;
public toString(): string;
public annotationType(): java.lang.Class<any>;
public value(): string;
public hashCode(): number;
}
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class OptionsItem extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.OptionsItem>;
/**
* Constructs a new instance of the org.androidannotations.annotations.OptionsItem interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
*/
public constructor(implementation: {
value(): number[];
resName(): string[];
equals(param0: any): boolean;
hashCode(): number;
toString(): string;
annotationType(): java.lang.Class<any>;
});
public constructor();
public equals(obj: any): boolean;
public hashCode(): number;
public equals(param0: any): boolean;
public annotationType(): java.lang.Class<any>;
public value(): number[];
public toString(): string;
public resName(): string[];
}
}
}
}
declare module org {
export module androidannotations {
export module annotations {
export class OptionsMenu extends java.lang.Object implements java.lang.annotation.Annotation {
public static class: java.lang.Class<org.androidannotations.annotations.OptionsMenu>;
/**
* Constructs a new instance of the org.androidannotations.annotations.OptionsMenu interface with the provided implementation. An empty constructor exists calling super() when ext