Package 

Object Messaging.Companion

    • Constructor Detail

    • Method Detail

      • instance

        @Deprecated(message = "Please use Zendesk#messaging instead", replaceWith = @ReplaceWith(imports = {"zendesk.android.Zendesk"}, expression = "Zendesk.instance().messaging()")) final Messaging instance()

        Retrieves the current instance of Messaging.

        If Messaging.initialize was not called or haven't completed yet, this method will return a stubbed version of Messaging that will only output logs when any of its methods are called.