-
public class InAppPurchaseUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static InAppPurchaseUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final static Class<?>getClass(String className)Returns the Class object associated with the class or interface with the given string name final static MethodgetMethod(Class<?> clazz, String methodName, Class<?> args)Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object. final static ObjectinvokeMethod(Class<?> clazz, Method method, Object obj, Object args)Invokes the underlying method represented by this Method object, on the specified object with the specified parameters. -
-
Method Detail
-
getClass
final static Class<?> getClass(String className)
Returns the Class object associated with the class or interface with the given string name
-
getMethod
final static Method getMethod(Class<?> clazz, String methodName, Class<?> args)
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
-
-
-
-