TencentNavKit
TNKSnapShotConfig Class Reference

截图配置类 More...

#import <TNKSnapShotConfig.h>

Inheritance diagram for TNKSnapShotConfig:

Properties

CGFloat width
 截图区域宽,默认 256 More...
 
CGFloat height
 截图区域宽,默认 256 More...
 
NSTimeInterval interval
 截图的间隔(秒)。最小1秒,最大10秒。 More...
 
BOOL usesStaticMapWhenAppActive
 前台截图时使用静态图(默认开启) More...
 

Detailed Description

截图配置类

Property Documentation

◆ height

- (CGFloat) height
readwritenonatomicassign

截图区域宽,默认 256

◆ interval

- (NSTimeInterval) interval
readwritenonatomicassign

截图的间隔(秒)。最小1秒,最大10秒。

◆ usesStaticMapWhenAppActive

- (BOOL) usesStaticMapWhenAppActive
readwritenonatomicassign

前台截图时使用静态图(默认开启)

◆ width

- (CGFloat) width
readwritenonatomicassign

截图区域宽,默认 256


The documentation for this class was generated from the following file: