Package 

Object InAppPaymentsSdk


  • 
    public class InAppPaymentsSdk
    
                        

    Lets the application read and write the Square application ID via the squareApplicationId property. You can also specify the application ID at build time in the AndroidManifest.xml:

    <application>
      <meta-data
          android:name="sqip.SQUARE_APPLICATION_ID"
          android:value="your application id"/>
    </application>