pageBackgroundPath property

String? pageBackgroundPath
final

设置授权⻚背景图drawable资源的⽬录,不需要加后缀,⽐如图⽚在drawable中的存放⽬录是res/drawablexxhdpi/loading.png,则传⼊参数为"loading",setPageBackgroundPath("loading")。

Implementation

final String? pageBackgroundPath;