SASRotatingImageLoader

constructor(@NonNull context: Context, @Nullable loaderBitmap: Bitmap)

Creates a new instance with a specified bitmap to be displayed.

Parameters

context

the Android Context to which this view is attached

loaderBitmap

the bitmap to use as rotating image


constructor(@NonNull context: Context)

Creates a new instance with a predefined icon.

Parameters

context

the Android Context to which this view is attached.