subscriptionPurchaseComplete

public boolean subscriptionPurchaseComplete(Map<String, Object> properties)

Ends the subscription purchase moment and generates an info log message that indicates that the subscription purchase completed.

This method should be called once the subscription purchase has been confirmed.

Return

True if the operation was successful; false otherwise.

Parameters

properties

custom properties to show with the purchase completion


public boolean subscriptionPurchaseComplete()

Ends the subscription purchase moment and generates an info log message that indicates that the subscription purchase completed.

This method should be called once the subscription purchase has been confirmed.

Return

True if the operation was successful; false otherwise.