Skip to content

Permission

Summary

Base interface for Permissions

Signature

1
public abstract interface Permission

Namespace

cAlgo.API

Methods

Request

Summary

Requests the permission from user.

Signature

1
public abstract bool Request()

Return Value

bool

Properties

IsAllowed

Summary

True if Permission is given by user otherwise false.

Signature

1
public abstract bool IsAllowed {get;}

Return Value

bool