permissionResponse abstract method

void permissionResponse(
  1. bool isGranted,
  2. PermissionType type
)

Notify the SDK on notification permission granted to the application. isGranted - Push Permission Granted Flag type - Type of PermissionType

Implementation

void permissionResponse(bool isGranted, PermissionType type);