Android.Media.Effect.EffectFactory.IsEffectSupported Method
Check if an effect is supported on this platform.

Syntax

[Android.Runtime.Register("isEffectSupported", "(Ljava/lang/String;)Z", "")]
public static bool IsEffectSupported (string effectName)

Parameters

effectName
The name of the effect.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the effect name is not known.

Remarks

Check if an effect is supported on this platform.

Some effects may only be available on certain platforms. Use this method before instantiating an effect to make sure it is supported.

[Android Documentation]

Requirements

Namespace: Android.Media.Effect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14