get_next_page_token


Description:

[ Version ( since = "0.17.7" ) ]
public unowned string? get_next_page_token ()

Returns the next page token for a query result, or null if not set.

This is next_page_token. The page token might not be set if there is no next page, or if this service does not use token based paging (for example, if it uses page number or offset based paging instead). Most more recent services use token based paging.

Parameters:

this

a Feed

Returns:

the next page token