Package 

Interface IGigyaPushCustomizer

    • Method Summary

      Modifier and Type Method Description
      abstract int getSmallIcon() Optional overrideDefine the notification small icon.
      abstract int getApproveActionIcon() Optional override.Define the notification approve action icon.Note: These icons will only display until Android Nougat.
      abstract int getDenyActionIcon() Optional override.Define the notification deny action icon.Note: These icons will only display until Android Nougat.
      abstract Class getCustomActionActivity() Optional override.Allows to define the activity class used by the the notification's content intent.default class GigyaPushTfaActivity.class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.