ProxyBillingActivity

public class ProxyBillingActivity
extends Activity

java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.billingclient.api.ProxyBillingActivity
Included in documentation by the annotations: @Annotations.ShowProxyBillingActivity

An invisible activity that launches another billing-related activity and delivers parsed result to the BillingClient via ResultReceiver.

Summary

Inherited constants

Inherited fields

Public constructors

ProxyBillingActivity()

Protected methods

void onActivityResult(int requestCode, int resultCode, Intent data)
void onCreate(Bundle savedInstanceState)
void onDestroy()
void onSaveInstanceState(Bundle outState)

Inherited methods

Public constructors

ProxyBillingActivity

public ProxyBillingActivity ()

Protected methods

onActivityResult

protected void onActivityResult (int requestCode, 
                int resultCode, 
                Intent data)
Included in documentation by the annotations: @Annotations.ShowProxyBillingActivity

Parameters
requestCode int

resultCode int

data Intent

onCreate

protected void onCreate (Bundle savedInstanceState)
Included in documentation by the annotations: @Annotations.ShowProxyBillingActivity

Parameters
savedInstanceState Bundle

onDestroy

protected void onDestroy ()
Included in documentation by the annotations: @Annotations.ShowProxyBillingActivity

onSaveInstanceState

protected void onSaveInstanceState (Bundle outState)
Included in documentation by the annotations: @Annotations.ShowProxyBillingActivity

Parameters
outState Bundle