tns-platform-declarations
Version:
Platform-specific TypeScript declarations for NativeScript for accessing native objects
15 lines (7 loc) • 934 B
TypeScript
declare function dispatch_introspection_hook_queue_callout_begin(queue: NSObject, context: interop.Pointer | interop.Reference<any>, _function: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>): void;
declare function dispatch_introspection_hook_queue_callout_end(queue: NSObject, context: interop.Pointer | interop.Reference<any>, _function: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>): void;
declare function dispatch_introspection_hook_queue_create(queue: NSObject): void;
declare function dispatch_introspection_hook_queue_destroy(queue: NSObject): void;
declare function dispatch_introspection_hook_queue_item_complete(item: NSObject): void;
declare function dispatch_introspection_hook_queue_item_dequeue(queue: NSObject, item: NSObject): void;
declare function dispatch_introspection_hook_queue_item_enqueue(queue: NSObject, item: NSObject): void;