mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-07-14 16:52:52 +02:00
Made ratingConditionsHaveBeenMet() public.
This commit is contained in:
@@ -472,6 +472,13 @@ public func showPrompt(shouldPrompt: ArmchairShouldPromptClosure) {
|
|||||||
Manager.defaultManager.showPrompt(shouldPrompt)
|
Manager.defaultManager.showPrompt(shouldPrompt)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns true if rating conditions have been met already and rating prompt is likely to be shown.
|
||||||
|
*/
|
||||||
|
public func ratingConditionsHaveBeenMet() -> Bool {
|
||||||
|
return Manager.defaultManager.ratingConditionsHaveBeenMet()
|
||||||
|
}
|
||||||
|
|
||||||
// MARK: Misc
|
// MARK: Misc
|
||||||
/*
|
/*
|
||||||
* This is the review URL string, generated by substituting the appID, affiliate code
|
* This is the review URL string, generated by substituting the appID, affiliate code
|
||||||
|
|||||||
Reference in New Issue
Block a user