Tuya iOS Smart Life App SDK 5.15.0
<ThingAsyncDisplayLayerDelegate> Protocol Reference

#import <ThingAsyncDisplayLayer.h>

Inheritance diagram for <ThingAsyncDisplayLayerDelegate>:

Instance Methods

(void) - asyncDisplayLayerWillDisplay:
 
(void) - asyncDisplayLayer:drawRect:inContext:isCancelled:
 
(void) - asyncDisplayLayer:didDisplay:
 
(void) - asyncDisplayLayerWillDisplay:
 
(void) - asyncDisplayLayer:drawRect:inContext:isCancelled:
 
(void) - asyncDisplayLayer:didDisplay:
 

Detailed Description

Definition at line 13 of file ThingAsyncDisplayLayer.h.

Method Documentation

◆ asyncDisplayLayer:didDisplay: [1/2]

- (void) asyncDisplayLayer: (ThingAsyncDisplayLayer *)  layer
didDisplay: (BOOL)  complete 
optional

◆ asyncDisplayLayer:didDisplay: [2/2]

- (void) asyncDisplayLayer: (ThingAsyncDisplayLayer *)  layer
didDisplay: (BOOL)  complete 
optional

◆ asyncDisplayLayer:drawRect:inContext:isCancelled: [1/2]

- (void) asyncDisplayLayer: (ThingAsyncDisplayLayer *)  layer
drawRect: (CGRect)  rect
inContext: (CGContextRef)  ctx
isCancelled: (BOOL(^)(void))  isCancelled 
optional

◆ asyncDisplayLayer:drawRect:inContext:isCancelled: [2/2]

- (void) asyncDisplayLayer: (ThingAsyncDisplayLayer *)  layer
drawRect: (CGRect)  rect
inContext: (CGContextRef)  ctx
isCancelled: (BOOL(^)(void))  isCancelled 
optional

◆ asyncDisplayLayerWillDisplay: [1/2]

- (void) asyncDisplayLayerWillDisplay: (ThingAsyncDisplayLayer *)  layer
optional

◆ asyncDisplayLayerWillDisplay: [2/2]

- (void) asyncDisplayLayerWillDisplay: (ThingAsyncDisplayLayer *)  layer
optional

The documentation for this protocol was generated from the following files: