Skip to content

Conversation

@muneebkq
Copy link
Contributor

add feature entitlement function

@muneebkq muneebkq requested a review from ahmad-kemsan April 16, 2025 10:24
src/lib.rs Outdated
}

if status == 0 {
if feature_entitlement_json.is_empty() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muneebkq No need to check for an empty value as the c lib internally takes care of that and when no feature entitlement exists it returns and error.

src/lib.rs Outdated
}
}

/// Retrieves the entitlement set display name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muneebkq Retrieves the license entitlement set display name.

src/lib.rs Outdated
}
}

/// Retrieves the entitlement set name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muneebkq Retrieves the license entitlement set name.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muneebkq get_product_version_feature_flag() is also deprecated

Copy link
Contributor

@ahmad-kemsan ahmad-kemsan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muneebkq Please check the comments

@ahmad-kemsan ahmad-kemsan merged commit 8373856 into main May 22, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants