-
public interface IGigyaPushCustomizer
-
-
Method Summary
Modifier and Type Method Description abstract intgetSmallIcon()Optional overrideDefine the notification small icon. abstract intgetApproveActionIcon()Optional override.Define the notification approve action icon.Note: These icons will only display until Android Nougat. abstract intgetDenyActionIcon()Optional override.Define the notification deny action icon.Note: These icons will only display until Android Nougat. abstract ClassgetCustomActionActivity()Optional override.Allows to define the activity class used by the the notification's content intent.default class GigyaPushTfaActivity.class. -
-
Method Detail
-
getSmallIcon
abstract int getSmallIcon()
Optional overrideDefine the notification small icon.
-
getApproveActionIcon
abstract int getApproveActionIcon()
Optional override.Define the notification approve action icon.Note: These icons will only display until Android Nougat.
-
getDenyActionIcon
abstract int getDenyActionIcon()
Optional override.Define the notification deny action icon.Note: These icons will only display until Android Nougat.
-
getCustomActionActivity
abstract Class getCustomActionActivity()
Optional override.Allows to define the activity class used by the the notification's content intent.default class GigyaPushTfaActivity.class.
-
-
-
-