onSubscriptionSyncCompleted

public void onSubscriptionSyncCompleted(SubscribeType type)

Marks the completion of subscription data synchronization. This method is called after the subscription data is successfully synchronized to the device or system, and is used to perform subsequent processing.

Since

5.10.0

Parameters

type

The type of synchronization completion.


@Deprecated()
public void onSubscriptionSyncCompleted()

Deprecated

Marks the completion of subscription data synchronization. This method is invoked after the subscription data has been successfully synchronized to the device or system, and is used to execute subsequent processing.

Since

5.8.0

Deprecated

This method is deprecated. Please use onSubscriptionSyncCompleted instead.