mirror of
				https://github.com/valentineus/webos-service-types.git
				synced 2025-11-03 22:19:45 +03:00 
			
		
		
		
	Class "Subscription" structure
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		
							
								
								
									
										15
									
								
								dist/subscription.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								dist/subscription.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
export declare class Subscription {
 | 
			
		||||
	public constructor(handle: any, uri: string, args: any);
 | 
			
		||||
 | 
			
		||||
	public readonly args: any;
 | 
			
		||||
 | 
			
		||||
	// @todo Need to "palmbus"
 | 
			
		||||
	public readonly handle: any;
 | 
			
		||||
 | 
			
		||||
	// @todo Need to "palmbus"
 | 
			
		||||
	public readonly request: any;
 | 
			
		||||
 | 
			
		||||
	public readonly uri: string;
 | 
			
		||||
 | 
			
		||||
	public cancel(): void;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user