| 1 | ## Default Permission |
| 2 | |
| 3 | Default permissions for the plugin |
| 4 | |
| 5 | #### This default permission set includes the following: |
| 6 | |
| 7 | - `allow-adCreate` |
| 8 | - `allow-adHide` |
| 9 | - `allow-adIsLoaded` |
| 10 | - `allow-adLoad` |
| 11 | - `allow-adShow` |
| 12 | - `allow-configRequest` |
| 13 | - `allow-configure` |
| 14 | - `allow-requestTrackingAuthorization` |
| 15 | - `allow-trackingAuthorizationStatus` |
| 16 | - `allow-isPrivacyOptionsRequired` |
| 17 | - `allow-showPrivacyOptionsForm` |
| 18 | |
| 19 | ## Permission Table |
| 20 | |
| 21 | <table> |
| 22 | <tr> |
| 23 | <th>Identifier</th> |
| 24 | <th>Description</th> |
| 25 | </tr> |
| 26 | |
| 27 | |
| 28 | <tr> |
| 29 | <td> |
| 30 | |
| 31 | `admob:allow-adCreate` |
| 32 | |
| 33 | </td> |
| 34 | <td> |
| 35 | |
| 36 | Enables the adCreate command without any pre-configured scope. |
| 37 | |
| 38 | </td> |
| 39 | </tr> |
| 40 | |
| 41 | <tr> |
| 42 | <td> |
| 43 | |
| 44 | `admob:deny-adCreate` |
| 45 | |
| 46 | </td> |
| 47 | <td> |
| 48 | |
| 49 | Denies the adCreate command without any pre-configured scope. |
| 50 | |
| 51 | </td> |
| 52 | </tr> |
| 53 | |
| 54 | <tr> |
| 55 | <td> |
| 56 | |
| 57 | `admob:allow-adHide` |
| 58 | |
| 59 | </td> |
| 60 | <td> |
| 61 | |
| 62 | Enables the adHide command without any pre-configured scope. |
| 63 | |
| 64 | </td> |
| 65 | </tr> |
| 66 | |
| 67 | <tr> |
| 68 | <td> |
| 69 | |
| 70 | `admob:deny-adHide` |
| 71 | |
| 72 | </td> |
| 73 | <td> |
| 74 | |
| 75 | Denies the adHide command without any pre-configured scope. |
| 76 | |
| 77 | </td> |
| 78 | </tr> |
| 79 | |
| 80 | <tr> |
| 81 | <td> |
| 82 | |
| 83 | `admob:allow-adIsLoaded` |
| 84 | |
| 85 | </td> |
| 86 | <td> |
| 87 | |
| 88 | Enables the adIsLoaded command without any pre-configured scope. |
| 89 | |
| 90 | </td> |
| 91 | </tr> |
| 92 | |
| 93 | <tr> |
| 94 | <td> |
| 95 | |
| 96 | `admob:deny-adIsLoaded` |
| 97 | |
| 98 | </td> |
| 99 | <td> |
| 100 | |
| 101 | Denies the adIsLoaded command without any pre-configured scope. |
| 102 | |
| 103 | </td> |
| 104 | </tr> |
| 105 | |
| 106 | <tr> |
| 107 | <td> |
| 108 | |
| 109 | `admob:allow-adLoad` |
| 110 | |
| 111 | </td> |
| 112 | <td> |
| 113 | |
| 114 | Enables the adLoad command without any pre-configured scope. |
| 115 | |
| 116 | </td> |
| 117 | </tr> |
| 118 | |
| 119 | <tr> |
| 120 | <td> |
| 121 | |
| 122 | `admob:deny-adLoad` |
| 123 | |
| 124 | </td> |
| 125 | <td> |
| 126 | |
| 127 | Denies the adLoad command without any pre-configured scope. |
| 128 | |
| 129 | </td> |
| 130 | </tr> |
| 131 | |
| 132 | <tr> |
| 133 | <td> |
| 134 | |
| 135 | `admob:allow-adShow` |
| 136 | |
| 137 | </td> |
| 138 | <td> |
| 139 | |
| 140 | Enables the adShow command without any pre-configured scope. |
| 141 | |
| 142 | </td> |
| 143 | </tr> |
| 144 | |
| 145 | <tr> |
| 146 | <td> |
| 147 | |
| 148 | `admob:deny-adShow` |
| 149 | |
| 150 | </td> |
| 151 | <td> |
| 152 | |
| 153 | Denies the adShow command without any pre-configured scope. |
| 154 | |
| 155 | </td> |
| 156 | </tr> |
| 157 | |
| 158 | <tr> |
| 159 | <td> |
| 160 | |
| 161 | `admob:allow-configRequest` |
| 162 | |
| 163 | </td> |
| 164 | <td> |
| 165 | |
| 166 | Enables the configRequest command without any pre-configured scope. |
| 167 | |
| 168 | </td> |
| 169 | </tr> |
| 170 | |
| 171 | <tr> |
| 172 | <td> |
| 173 | |
| 174 | `admob:deny-configRequest` |
| 175 | |
| 176 | </td> |
| 177 | <td> |
| 178 | |
| 179 | Denies the configRequest command without any pre-configured scope. |
| 180 | |
| 181 | </td> |
| 182 | </tr> |
| 183 | |
| 184 | <tr> |
| 185 | <td> |
| 186 | |
| 187 | `admob:allow-configure` |
| 188 | |
| 189 | </td> |
| 190 | <td> |
| 191 | |
| 192 | Enables the configure command without any pre-configured scope. |
| 193 | |
| 194 | </td> |
| 195 | </tr> |
| 196 | |
| 197 | <tr> |
| 198 | <td> |
| 199 | |
| 200 | `admob:deny-configure` |
| 201 | |
| 202 | </td> |
| 203 | <td> |
| 204 | |
| 205 | Denies the configure command without any pre-configured scope. |
| 206 | |
| 207 | </td> |
| 208 | </tr> |
| 209 | |
| 210 | <tr> |
| 211 | <td> |
| 212 | |
| 213 | `admob:allow-isPrivacyOptionsRequired` |
| 214 | |
| 215 | </td> |
| 216 | <td> |
| 217 | |
| 218 | Enables the isPrivacyOptionsRequired command without any pre-configured scope. |
| 219 | |
| 220 | </td> |
| 221 | </tr> |
| 222 | |
| 223 | <tr> |
| 224 | <td> |
| 225 | |
| 226 | `admob:deny-isPrivacyOptionsRequired` |
| 227 | |
| 228 | </td> |
| 229 | <td> |
| 230 | |
| 231 | Denies the isPrivacyOptionsRequired command without any pre-configured scope. |
| 232 | |
| 233 | </td> |
| 234 | </tr> |
| 235 | |
| 236 | <tr> |
| 237 | <td> |
| 238 | |
| 239 | `admob:allow-register-listener` |
| 240 | |
| 241 | </td> |
| 242 | <td> |
| 243 | |
| 244 | Enables the register_listener command without any pre-configured scope. |
| 245 | |
| 246 | </td> |
| 247 | </tr> |
| 248 | |
| 249 | <tr> |
| 250 | <td> |
| 251 | |
| 252 | `admob:deny-register-listener` |
| 253 | |
| 254 | </td> |
| 255 | <td> |
| 256 | |
| 257 | Denies the register_listener command without any pre-configured scope. |
| 258 | |
| 259 | </td> |
| 260 | </tr> |
| 261 | |
| 262 | <tr> |
| 263 | <td> |
| 264 | |
| 265 | `admob:allow-requestTrackingAuthorization` |
| 266 | |
| 267 | </td> |
| 268 | <td> |
| 269 | |
| 270 | Enables the requestTrackingAuthorization command without any pre-configured scope. |
| 271 | |
| 272 | </td> |
| 273 | </tr> |
| 274 | |
| 275 | <tr> |
| 276 | <td> |
| 277 | |
| 278 | `admob:deny-requestTrackingAuthorization` |
| 279 | |
| 280 | </td> |
| 281 | <td> |
| 282 | |
| 283 | Denies the requestTrackingAuthorization command without any pre-configured scope. |
| 284 | |
| 285 | </td> |
| 286 | </tr> |
| 287 | |
| 288 | <tr> |
| 289 | <td> |
| 290 | |
| 291 | `admob:allow-showPrivacyOptionsForm` |
| 292 | |
| 293 | </td> |
| 294 | <td> |
| 295 | |
| 296 | Enables the showPrivacyOptionsForm command without any pre-configured scope. |
| 297 | |
| 298 | </td> |
| 299 | </tr> |
| 300 | |
| 301 | <tr> |
| 302 | <td> |
| 303 | |
| 304 | `admob:deny-showPrivacyOptionsForm` |
| 305 | |
| 306 | </td> |
| 307 | <td> |
| 308 | |
| 309 | Denies the showPrivacyOptionsForm command without any pre-configured scope. |
| 310 | |
| 311 | </td> |
| 312 | </tr> |
| 313 | |
| 314 | <tr> |
| 315 | <td> |
| 316 | |
| 317 | `admob:allow-trackingAuthorizationStatus` |
| 318 | |
| 319 | </td> |
| 320 | <td> |
| 321 | |
| 322 | Enables the trackingAuthorizationStatus command without any pre-configured scope. |
| 323 | |
| 324 | </td> |
| 325 | </tr> |
| 326 | |
| 327 | <tr> |
| 328 | <td> |
| 329 | |
| 330 | `admob:deny-trackingAuthorizationStatus` |
| 331 | |
| 332 | </td> |
| 333 | <td> |
| 334 | |
| 335 | Denies the trackingAuthorizationStatus command without any pre-configured scope. |
| 336 | |
| 337 | </td> |
| 338 | </tr> |
| 339 | </table> |