Initiate logic dependent on Android's onCreate() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onDestroy() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Returns the primary class for developers to conveniently interact with one of the supported billing libraries, such as Android's Billing Library. (Facade pattern)
Initiate logic dependent on Android's onPause() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onResume() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onStart() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onStop() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.