AssetManager

public class AssetManager

Undocumented

  • Get the Loyalty balance for current user.

    Declaration

    Swift

    public func balance(completion: BalanceCompletion?)

    Parameters

    completion

    The closure called – success with asset balance or failure with error.

  • Fire event for current user.

    Declaration

    Swift

    public func fireEvent(eventName: String, parameters: [String]?, completion: FireEventCompletion?)

    Parameters

    completion

    The closure called – success with event side effect or failure with error.