Package com.castlabs.android.thumbs
Interface ExtensibleSdkElement.Extension
- Enclosing class:
ExtensibleSdkElement
public static interface ExtensibleSdkElement.Extension
Interface for extensions that can be added to an
ExtensibleSdkElement
.-
Method Summary
Modifier and TypeMethodDescriptionid()
Returns the class of the extension.void
onDestroy
(ExtensibleSdkElement element) Called when the element is destroyed.void
onPrepare
(ExtensibleSdkElement element) Called when the element is prepared.
-
Method Details
-
id
Returns the class of the extension.- Returns:
- the class of the extension
-
onPrepare
Called when the element is prepared.- Parameters:
element
- the element that is prepared
-
onDestroy
Called when the element is destroyed.- Parameters:
element
- the element that is destroyed
-