How getWallViewPageInfo works?

Description
The name of the getWallViewPageInfo method suggests, that it returns… wall view page info, but it returns success/failure. Could you give us a short example on how to use it?

Which version?
v5.0.24433.0616

Smartphone (please complete the following information):

  • Device: MacBookPro
  • OS: macOS
  • Version 0.15.2 (19C57)
1 Like

Hi @dmiskiew,

Thanks for the post. Regarding the interface

- (ZoomSDKError)getWallViewPageInfo:(int*)currentPageNum TotalPageNum:(int*)totalPageNum;

You will need to provide a pointer to this interface and you will be able to get the information from the pointer itself.

Hope this helps. Thanks!