getIncentiveRule

abstract fun getIncentiveRule(sessionToken: String, incentiveRuleUuid: String, clientCallback: GetIncentiveRuleSdkCallback)

Headless call to get an incentive rule.

Parameters

sessionToken

Session token

incentiveRuleUuid

Incentive rule unique identifier

clientCallback

Client callback for success and error responses from the Alviere Card SDK

See also


abstract suspend fun getIncentiveRule(sessionToken: String, incentiveRuleUuid: String): Response<IncentiveRuleDetailsModel>

Headless call to get an incentive rule.

Return

Response<IncentiveRuleDetailsModel>

Parameters

sessionToken

Session token

incentiveRuleUuid

Incentive rule unique identifier

See also