Knetik.KnetikClient.GetUserInfoWithProduct C# (CSharp) Method

GetUserInfoWithProduct() public method

public GetUserInfoWithProduct ( int productId, Action cb = null ) : KnetikApiResponse
productId int
cb Action
return KnetikApiResponse
        public KnetikApiResponse GetUserInfoWithProduct(int productId, Action<KnetikApiResponse> cb = null)
        {
            return GetUserInfoWithProduct(productId.ToString(), cb);
        }

Same methods

KnetikClient::GetUserInfoWithProduct ( string productIdentifier, Action cb = null ) : KnetikApiResponse