public abstract class PCSDKApplication
extends Application
Constructor and Description |
---|
PCSDKApplication() |
Modifier and Type | Method and Description |
---|---|
PCSDK |
getPCSDK()
Get PCSDK object
|
void |
onCreate()
Call super.onCreate and create PCSDK object
|
void |
onTerminate()
Destroy PCSDK object and call super.onTerminate
|
public void onCreate()
public PCSDK getPCSDK()
public void onTerminate()