Deprecated List
Summary
- Member AssetPackManager_getShowCellularDataConfirmationStatus (ShowCellularDataConfirmationStatus *out_status) Please use AssetPackManager_getShowConfirmationDialogStatus instead.
- Member AssetPackManager_showCellularDataConfirmation (jobject android_activity) Please use AssetPackManager_showConfirmationDialog instead.
- Member IntegrityTokenResponse_getDialogResponseCode (IntegrityTokenResponse *token_response, IntegrityDialogResponseCode *out_response_code) Use IntegrityManager_showDialog() to show dialogs and IntegrityDialogResponse_getResponseCode() to get the response code instead.
- Member IntegrityTokenResponse_showDialog (IntegrityTokenResponse *token_response, jobject android_activity, int type_code) Use IntegrityManager_showDialog() instead.
- Member StandardIntegrityToken_getDialogResponseCode (StandardIntegrityToken *token, IntegrityDialogResponseCode *out_response_code) Use StandardIntegrityManager_showDialog() to show dialogs and StandardIntegrityDialogResponse_getResponseCode() to get the response code instead.
- Member StandardIntegrityToken_showDialog (StandardIntegrityToken *token, jobject android_activity, int typeCode) Use StandardIntegrityManager_showDialog() instead.