net.robotmedia.billing.utils
Class Compatibility

java.lang.Object
  extended by net.robotmedia.billing.utils.Compatibility

public class Compatibility
extends Object


Field Summary
static int START_NOT_STICKY
           
 
Constructor Summary
Compatibility()
           
 
Method Summary
static boolean isStartIntentSenderSupported(android.content.Context context)
           
static void startIntentSender(android.content.Context context, android.content.IntentSender intentSender, android.content.Intent intent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_NOT_STICKY

public static int START_NOT_STICKY
Constructor Detail

Compatibility

public Compatibility()
Method Detail

startIntentSender

public static void startIntentSender(@Nonnull
                                     android.content.Context context,
                                     @Nonnull
                                     android.content.IntentSender intentSender,
                                     @Nullable
                                     android.content.Intent intent)

isStartIntentSenderSupported

public static boolean isStartIntentSenderSupported(@Nonnull
                                                   android.content.Context context)


Copyright © 2013. All Rights Reserved.