public class NullDeviceLimiter extends Object implements DeviceLimiter
Unless you have reason to believe that your application is being pirated by multiple users using the same license (signing in to Market as the same user), we recommend you use this implementation.
| Constructor and Description |
|---|
NullDeviceLimiter() |
| Modifier and Type | Method and Description |
|---|---|
int |
isDeviceAllowed(String userId)
Checks if this device is allowed to use the given user's license.
|
public int isDeviceAllowed(String userId)
DeviceLimiterisDeviceAllowed in interface DeviceLimiteruserId - the user whose license the server responded withCopyright © 2012–2014 simpligility technologies inc.. All rights reserved.