Gamebase SDK for Android  1.4.0
Toast Gamebase Platform

◆ checkPermissions()

static boolean checkPermissions ( @NonNull Context  context,
@NonNull List< String >  permissions 
)
static

Determine whether you have been granted a particular permission.

Parameters
contextMain activity.
permissionsThe name of the permission being checked.
Returns
Over OS 6.0(API 23, M), true if all of the permission are granted, false otherwise Under OS 6.0, true will be returned always.