Stay organized with collections
Save and categorize content based on your preferences.
ReviewManagerFactory
public
class
ReviewManagerFactory
extends Object
Creates instances of ReviewManager
.
Summary
Inherited methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# ReviewManagerFactory\n\nSummary: [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nReviewManagerFactory\n====================\n\n\n`\npublic\n\n\nclass\nReviewManagerFactory\n`\n\n\n`\n\nextends `[Object](https://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|----------------------------------------------------------|\n| [java.lang.Object](https://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | com.google.android.play.core.review.ReviewManagerFactory |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nCreates instances of [ReviewManager](../../../../../../../reference/com/google/android/play/core/review/ReviewManager.html).\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[ReviewManager](../../../../../../../reference/com/google/android/play/core/review/ReviewManager.html) | ` `[create](../../../../../../../reference/com/google/android/play/core/review/ReviewManagerFactory.html#create(android.content.Context))`(`[Context](https://developer.android.com/reference/android/content/Context.html)` context) ` Creates an instance of [ReviewManager](../../../../../../../reference/com/google/android/play/core/review/ReviewManager.html). |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object.html)` ` |-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` final `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic methods\n--------------\n\n### create\n\n```\npublic static ReviewManager create (Context context)\n```\n\nCreates an instance of [ReviewManager](../../../../../../../reference/com/google/android/play/core/review/ReviewManager.html).\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|------------------|\n| `context` | `Context` \u003cbr /\u003e |\n\n| Returns ||\n|--------------------------------------------------------------------------------------------------------|--------|\n| [ReviewManager](../../../../../../../reference/com/google/android/play/core/review/ReviewManager.html) | \u003cbr /\u003e |"]]