SessionResumePermissionsNotGranted


public final class SessionResumePermissionsNotGranted extends SessionResumeResult


Result of an unsuccessful Session.resume call. The session was not resumed due to the required permissions not being granted.

Summary

Public constructors

Public methods

final @NonNull List<@NonNull String>

the permissions that were not granted.

Public constructors

SessionResumePermissionsNotGranted

Added in 1.0.0-alpha01
public SessionResumePermissionsNotGranted(
    @NonNull List<@NonNull String> permissions
)

Public methods

getPermissions

Added in 1.0.0-alpha01
public final @NonNull List<@NonNull StringgetPermissions()

the permissions that were not granted.