onStartTokenReport

public List<TokenBean> onStartTokenReport(List<TokenBean> tokenList)

This method is called when the SDK is about to report the push token. Users can use this interface to adjust the order of push registration. The SDK will report based on the adjusted order.

Return

Returns the priority order.

Parameters

tokenList

The default reporting order of the SDK, with higher priority tokens registered first.